We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6407b7c commit 1c1d3adCopy full SHA for 1c1d3ad
src/modules/Home/Home.tsx
@@ -32,6 +32,7 @@ const Home = () => {
32
localStorage.setItem("recentWords", "");
33
localStorage.setItem("recentSendUser", "");
34
localStorage.setItem("myID", "");
35
+ return;
36
}
37
localStorage.setItem("myID", loginId);
38
0 commit comments