diff options
| author | Nidboj132 <28981031+Nidboj132@users.noreply.github.com> | 2023-09-22 16:42:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-22 16:42:19 +0200 |
| commit | 1e9730c3b02a1f198bfb9deb5cf56ea9b32e6329 (patch) | |
| tree | 4785d419b44d9c8a036c12c73fc1d28bf6aa437e /frontend | |
| parent | quick summary fix (#53) (diff) | |
| download | lphub-1e9730c3b02a1f198bfb9deb5cf56ea9b32e6329.tar.gz lphub-1e9730c3b02a1f198bfb9deb5cf56ea9b32e6329.tar.bz2 lphub-1e9730c3b02a1f198bfb9deb5cf56ea9b32e6329.zip | |
quicker summary fix (#53)
Former-commit-id: 4091731493d795b3db985819c3c4970bd32847e3
Diffstat (limited to 'frontend')
| -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 d2a2b3f..9806af9 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.data===null?( | 354 | {lbData.success===false?( |
| 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> |