Skip to content

Commit 8abb020

Browse files
committed
fixed force check
1 parent dff4893 commit 8abb020

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
@@ -212,7 +212,7 @@ export default function App() {
212212
}
213213

214214
useEffect(() => {
215-
if (!needRefresh) {
215+
if (needRefresh) {
216216
update()
217217
}
218218
}, [location])

0 commit comments

Comments
 (0)