Skip to content

Commit

Permalink
style: lint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Oct 17, 2024
1 parent 54ad067 commit 7c8840f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion client/src/components/Design/components/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const ICON = {
chevronDown: <ChevronDownLarge />,
} as const;


export const Icon = ({iconColor, iconType, ...htmlProps}: IconProps) => {
const {theme} = useTheme();

Expand Down
2 changes: 1 addition & 1 deletion client/src/hooks/useAdminPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const useAdminPage = () => {
const {totalExpenseAmount} = useTotalExpenseAmountStore();

const {steps} = useRequestGetSteps();

const {isShowAccountBanner, onDeleteAccount, isShowDepositStateBanner, onDeleteDepositState} = useBanner({
eventId,
bankName,
Expand Down

0 comments on commit 7c8840f

Please sign in to comment.