Skip to content

Commit a9b1d24

Browse files
authored
Merge pull request #265 from MBTips/dev
17차 배포 테스트 (dev -> main)
2 parents e3774f3 + 7bca08f commit a9b1d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const App = () => {
8989

9090
useEffect(() => {
9191
initGA();
92-
if (parsedAuth.accessToken) checkSession();
92+
if (parsedAuth && parsedAuth.accessToken) checkSession();
9393
}, []);
9494

9595
return (

0 commit comments

Comments
 (0)