fix: firebase req error repeatly

This commit is contained in:
Tristan Yang
2022-08-09 18:01:15 +08:00
parent 3dc11b9f5b
commit 23baaec3aa
2 changed files with 7 additions and 2 deletions
-1
View File
@@ -41,7 +41,6 @@ export default function HomePage() {
if (isSettingPage) {
return (
<>
<Notification />
<Outlet />
</>
);