From dba2699b7e16b6584371cf42020ea08e9a59cd5b Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 1 Mar 2022 23:31:46 -0800 Subject: [PATCH] Add missing controls for flight plan layers. --- client/src/components/liberationmap/LiberationMap.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/client/src/components/liberationmap/LiberationMap.tsx b/client/src/components/liberationmap/LiberationMap.tsx index 81c010f2..caa5f654 100644 --- a/client/src/components/liberationmap/LiberationMap.tsx +++ b/client/src/components/liberationmap/LiberationMap.tsx @@ -28,8 +28,12 @@ export default function LiberationMap(props: GameProps) { - - + + + + + + );