Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Jun 7, 2024
1 parent 77d9146 commit 5be7101
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/sign/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const SignHomePage = () => {
}
}, [router, token]);

/* eslint-disable */
const [FcmToken, setFcmToken] = useState('');

const sendPush = useSendPush();
Expand Down

0 comments on commit 5be7101

Please sign in to comment.