From 61df0981fdab3d578de8c09b65bc522855622e84 Mon Sep 17 00:00:00 2001 From: Nidboj132 <28981031+Nidboj132@users.noreply.github.com> Date: Fri, 22 Sep 2023 17:05:54 +0200 Subject: fix: summary crashing (#53) Former-commit-id: 3439c27c6575c3f7ba526bce66df378aa0e46f01 --- frontend/src/components/pages/summary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src') diff --git a/frontend/src/components/pages/summary.js b/frontend/src/components/pages/summary.js index 9806af9..4fab799 100644 --- a/frontend/src/components/pages/summary.js +++ b/frontend/src/components/pages/summary.js @@ -351,7 +351,7 @@ return ( - {lbData.success===false?( + {lbData===null?"":lbData.success===false?(

Map is not available for competitive boards.

-- cgit v1.2.3