Skip to content

Commit

Permalink
fix: eslint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
jiohjung98 committed May 31, 2024
1 parent 7a1ccf2 commit 5a29ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/home/SearchModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import SelectOfficeMap from './SelectOfficeMap';

interface SearchModalProps {
onClose: () => void;
// eslint-disable-next-line no-unused-vars
onBranchSelect: (branch: Branch) => void;
}

Expand Down
1 change: 1 addition & 0 deletions src/store/branch.store.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-unused-vars */
import { create } from 'zustand';
import { Branch } from '@/api/types/branch';
import { persist } from 'zustand/middleware';
Expand Down

0 comments on commit 5a29ce1

Please sign in to comment.