From 1e9730c3b02a1f198bfb9deb5cf56ea9b32e6329 Mon Sep 17 00:00:00 2001 From: Nidboj132 <28981031+Nidboj132@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:42:19 +0200 Subject: quicker summary fix (#53) Former-commit-id: 4091731493d795b3db985819c3c4970bd32847e3 --- frontend/src/components/pages/summary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components/pages') 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 ( - {lbData.data===null?( + {lbData.success===false?(

Map is not available for competitive boards.

-- cgit v1.2.3