From a435036064da168da325792d3f7fb8bee51505c3 Mon Sep 17 00:00:00 2001 From: Steven Tan Date: Thu, 17 Jun 2021 17:52:44 +1000 Subject: [PATCH] refactor fuel tech groups --- components/ui/FuelTechGroupSelector.vue | 18 +++++------------- constants/energy-fuel-techs/index.js | 2 ++ constants/fuel-tech-group-queries.js | 10 ++++++++++ 3 files changed, 17 insertions(+), 13 deletions(-) create mode 100644 constants/fuel-tech-group-queries.js diff --git a/components/ui/FuelTechGroupSelector.vue b/components/ui/FuelTechGroupSelector.vue index fde712a7..62efe9c9 100755 --- a/components/ui/FuelTechGroupSelector.vue +++ b/components/ui/FuelTechGroupSelector.vue @@ -19,21 +19,13 @@