Skip to content

Commit

Permalink
chore: type 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
WithJo committed Aug 28, 2024
1 parent cb6df9d commit c3e3c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SelectPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function SelectPage() {
);
}

const Modal = ({ onClose }) => {
const Modal = ({ onClose }: { onClose: () => void }) => {
return (
<ModalOverlay onClick={onClose}>
<ModalContent>
Expand Down

0 comments on commit c3e3c4e

Please sign in to comment.