From c75dbd5410dd0eed2576afdedcfeb6082b4f7225 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 3 Sep 2021 09:57:50 -0700 Subject: Fix lint issues --- modern/src/map/Map.js | 1 + 1 file changed, 1 insertion(+) (limited to 'modern/src/map') diff --git a/modern/src/map/Map.js b/modern/src/map/Map.js index 1fa4db5d..2b95087a 100644 --- a/modern/src/map/Map.js +++ b/modern/src/map/Map.js @@ -15,6 +15,7 @@ import palette from '../theme/palette'; // TODO fix localization import en from '../../../web/l10n/en.json'; + const t = (key) => en[key]; const element = document.createElement('div'); -- cgit v1.2.3