diff options
| author | Nidboj132 <28981031+Nidboj132@users.noreply.github.com> | 2023-09-22 16:35:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-22 16:35:47 +0200 |
| commit | 51cbcb8da9028f542b780c01f7917d2027861012 (patch) | |
| tree | 477f2f3254b7780a35804a07757394cc874a909b /frontend/src/components | |
| parent | added leaderboard (#53) (diff) | |
| download | lphub-51cbcb8da9028f542b780c01f7917d2027861012.tar.gz lphub-51cbcb8da9028f542b780c01f7917d2027861012.tar.bz2 lphub-51cbcb8da9028f542b780c01f7917d2027861012.zip | |
quick summary fix (#53)
Former-commit-id: d3da8c2773c0cde09071a1e6ada0ca8789a5b673
Diffstat (limited to 'frontend/src/components')
| -rw-r--r-- | frontend/src/components/pages/summary.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/pages/summary.js b/frontend/src/components/pages/summary.js index deb5fd2..d2a2b3f 100644 --- a/frontend/src/components/pages/summary.js +++ b/frontend/src/components/pages/summary.js | |||
| @@ -351,7 +351,7 @@ return ( | |||
| 351 | </div> | 351 | </div> |
| 352 | </section> | 352 | </section> |
| 353 | 353 | ||
| 354 | {lbData===null?( | 354 | {lbData.data===null?( |
| 355 | <section id='section6' className='summary2'> | 355 | <section id='section6' className='summary2'> |
| 356 | <h1 style={{textAlign:"center"}}>Map is not available for competitive boards.</h1> | 356 | <h1 style={{textAlign:"center"}}>Map is not available for competitive boards.</h1> |
| 357 | </section> | 357 | </section> |