aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/gas-customization/gas.selectors.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/gas-customization/gas.selectors.js')
-rw-r--r--ui/app/components/gas-customization/gas.selectors.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/ui/app/components/gas-customization/gas.selectors.js b/ui/app/components/gas-customization/gas.selectors.js
deleted file mode 100644
index 89374b5f1..000000000
--- a/ui/app/components/gas-customization/gas.selectors.js
+++ /dev/null
@@ -1,14 +0,0 @@
-const selectors = {
- getCurrentBlockTime,
- getBasicGasEstimateLoadingStatus,
-}
-
-module.exports = selectors
-
-function getCurrentBlockTime (state) {
- return state.gas.currentBlockTime
-}
-
-function getBasicGasEstimateLoadingStatus (state) {
- return state.gas.basicEstimateIsLoading
-}