aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components
diff options
context:
space:
mode:
authorNidboj132 <28981031+Nidboj132@users.noreply.github.com>2023-09-22 16:35:47 +0200
committerGitHub <noreply@github.com>2023-09-22 16:35:47 +0200
commit51cbcb8da9028f542b780c01f7917d2027861012 (patch)
tree477f2f3254b7780a35804a07757394cc874a909b /frontend/src/components
parentadded leaderboard (#53) (diff)
downloadlphub-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.js2
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>