diff options
Diffstat (limited to '')
| -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> |