Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/fcm-click'
Browse files Browse the repository at this point in the history
  • Loading branch information
kanguk01 committed Nov 15, 2024
2 parents a542488 + 450f8f9 commit 0f70880
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"tsc": "tsc --noEmit"
"tsc": "tsc"
},
"dependencies": {
"@emotion/react": "^11.13.3",
Expand Down
2 changes: 0 additions & 2 deletions src/pages/Mypage/Mypage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import Switch from "@mui/material/Switch";
import Select, { SelectChangeEvent, SelectProps } from "@mui/material/Select";
import MenuItem from "@mui/material/MenuItem";
import FormControl from "@mui/material/FormControl";
import { useNavigate } from "react-router-dom";
import List from "@/components/common/List/List";
import Button from "@/components/common/Button/Button";
import useUserData from "@/api/hooks/useUserData";
Expand Down Expand Up @@ -233,7 +232,6 @@ export default function MyPage() {
const [isNotificationEnabled, setNotificationEnabled] = useState(false);
const { userData, handleDeleteAccount, handleSubscription } = useUserData();
const { setAuthState } = useAuth();
const navigate = useNavigate();
const { openNotificationSettings } = useNotificationSetup();
const fcmOffsetUpdateMutation = useFcmOffsetUpdate();
const [notificationOffset, setNotificationOffset] = useState<string>(() => {
Expand Down

0 comments on commit 0f70880

Please sign in to comment.