Skip to content

Commit

Permalink
bugfix: Component property needs braces
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Nov 30, 2024
1 parent ee61858 commit 3c12051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/settings/teams.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const TeamsComponent = () => {
<Button
className={`!bg-customColor3 !h-[24px] border border-customColor21 rounded-[4px] text-[12px] ${interClass}`}
onClick={remove(p)}
secondary=true
secondary={true}
>
<div className="flex justify-center items-center gap-[4px]">
<div>
Expand Down

0 comments on commit 3c12051

Please sign in to comment.