aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/pages/summary.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-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>