Skip to content

Commit

Permalink
feat: ios사용자를 제외한 사용자를 위해 모임 목록 진입시 알림 권한 요청을 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeml06 committed Oct 23, 2024
1 parent 03539c1 commit c5eddb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/pages/Moim/MainPage/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ import { useTheme } from '@emotion/react';
export default function MainPage() {
const navigate = useNavigate();
const { mutate } = useServeToken();

requestPermission(mutate);
const theme = useTheme();
const [currentTab, setCurrentTab] = useState<MainPageTab>('모임목록');
const [isDarakbangMenuOpened, setIsDarakbangMenuOpened] = useState(false);
Expand Down

0 comments on commit c5eddb0

Please sign in to comment.