diff options
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) => { |