Skip to content

Commit

Permalink
fix eslilnt
Browse files Browse the repository at this point in the history
  • Loading branch information
chloezxyy committed Feb 1, 2024
1 parent f528272 commit e4222b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/commons/Buttons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export function SecondaryButton({
customClass?: string;
customSize?: number;
testID: string;
hasIcon: boolean;
hasIcon?: boolean;
download?: boolean;
}) {
const size = customSize ?? 20;
Expand Down

0 comments on commit e4222b5

Please sign in to comment.