Skip to content

Commit ce36b87

Browse files
authored
Merge pull request #456 from gitroomhq/bugfix-button-secondary
bugfix: Component property needs braces
2 parents 21d5b01 + 068213a commit ce36b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/settings/teams.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export const TeamsComponent = () => {
210210
<Button
211211
className={`!bg-customColor3 !h-[24px] border border-customColor21 rounded-[4px] text-[12px] ${interClass}`}
212212
onClick={remove(p)}
213-
secondary=true
213+
secondary={true}
214214
>
215215
<div className="flex justify-center items-center gap-[4px]">
216216
<div>

0 commit comments

Comments
 (0)