From 11bd5a90a246f0e82c3e9c2aa4a8a9ddb5baf616 Mon Sep 17 00:00:00 2001 From: Elmo Kankkunen Date: Tue, 13 Sep 2022 17:21:42 +0300 Subject: [PATCH] Fixed indentation --- src/components/Icon.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/Icon.tsx b/src/components/Icon.tsx index 4e83446..c0fa5df 100644 --- a/src/components/Icon.tsx +++ b/src/components/Icon.tsx @@ -77,11 +77,11 @@ const nameToIcon = (name: IconType): JSX.Element | null => { > Menu {/* eslint-disable-next-line max-len */} - - - - - ); + + + + + ); } if (name === IconType.GBFlag) { return ( @@ -92,12 +92,12 @@ const nameToIcon = (name: IconType): JSX.Element | null => { > Menu {/* eslint-disable-next-line max-len */} - - - - - - + + + + + + ); } return null;