diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-01-20 12:06:34 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-01-20 12:06:34 +0200 |
commit | 56feab2ea11d3da6032e02b7845235ef1e01c9f0 (patch) | |
tree | 44f33a9bae7863e0ca10e8121d83fb27451ddb64 /src/App.tsx | |
parent | 7d4953fea6d50eb15120f2be34ffa22302fb4713 (diff) | |
download | epq-web-56feab2ea11d3da6032e02b7845235ef1e01c9f0.tar.gz epq-web-56feab2ea11d3da6032e02b7845235ef1e01c9f0.tar.bz2 epq-web-56feab2ea11d3da6032e02b7845235ef1e01c9f0.zip |
format and use more aggressive tabstop widths
Diffstat (limited to 'src/App.tsx')
-rw-r--r-- | src/App.tsx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/App.tsx b/src/App.tsx index 47d2f05..e5d3328 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -90,15 +90,6 @@ const App = ({ } }); }; - // if (!username) { - // var newName = prompt(home.userNamePrompt) as string; - // while (!validateName(newName)) { - // console.log(newName); - - // prompt("Username invalid! Please enter again.") as string; - // } - // setUsername(newName); - // } if (!login) { return <></>; } else |