diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-11-21 20:06:15 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-21 20:06:15 +0300 |
| commit | 53337bad0623a5f32c87d760bc03efb3cfe4eab6 (patch) | |
| tree | 7a542d6ba9c453c8df60ef1d05781cf1ac75b6a0 /frontend/src/App.tsx | |
| parent | feat/backend: gdrive to backblaze migration, improve create record (#237) (diff) | |
| download | lphub-53337bad0623a5f32c87d760bc03efb3cfe4eab6.tar.gz lphub-53337bad0623a5f32c87d760bc03efb3cfe4eab6.tar.bz2 lphub-53337bad0623a5f32c87d760bc03efb3cfe4eab6.zip | |
feat/frontend: remove map select from upload run dialog (#239)
Diffstat (limited to 'frontend/src/App.tsx')
| -rw-r--r-- | frontend/src/App.tsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index e4bde75..a02779b 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx | |||
| @@ -66,12 +66,6 @@ const App: React.FC = () => { | |||
| 66 | _fetch_games(); | 66 | _fetch_games(); |
| 67 | }, []); | 67 | }, []); |
| 68 | 68 | ||
| 69 | if (!games) { | ||
| 70 | return ( | ||
| 71 | <></> | ||
| 72 | ) | ||
| 73 | }; | ||
| 74 | |||
| 75 | return ( | 69 | return ( |
| 76 | <> | 70 | <> |
| 77 | <UploadRunDialog token={token} open={uploadRunDialog} onClose={(updateProfile) => { | 71 | <UploadRunDialog token={token} open={uploadRunDialog} onClose={(updateProfile) => { |