bugfix: Component property needs braces
This commit is contained in:
parent
21d5b01f47
commit
068213a242
|
|
@ -210,7 +210,7 @@ export const TeamsComponent = () => {
|
||||||
<Button
|
<Button
|
||||||
className={`!bg-customColor3 !h-[24px] border border-customColor21 rounded-[4px] text-[12px] ${interClass}`}
|
className={`!bg-customColor3 !h-[24px] border border-customColor21 rounded-[4px] text-[12px] ${interClass}`}
|
||||||
onClick={remove(p)}
|
onClick={remove(p)}
|
||||||
secondary=true
|
secondary={true}
|
||||||
>
|
>
|
||||||
<div className="flex justify-center items-center gap-[4px]">
|
<div className="flex justify-center items-center gap-[4px]">
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue