Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread authored Nov 22, 2024
1 parent 7b0edef commit b7c7767
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 b7c7767

Please sign in to comment.