aboutsummaryrefslogtreecommitdiff
path: root/src/webex/pages/auditors.tsx
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-29 18:27:50 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-29 18:27:50 +0200
commit94d111a94533c0c31231642e8ffe4fbd4ce30096 (patch)
tree79c9f8ec3754699f8a135630f1ab6ee9be8019e6 /src/webex/pages/auditors.tsx
parentb5c90d12219ca3a0df173ddf085d2353831a8ef6 (diff)
downloadwallet-core-94d111a94533c0c31231642e8ffe4fbd4ce30096.tar.gz
wallet-core-94d111a94533c0c31231642e8ffe4fbd4ce30096.tar.bz2
wallet-core-94d111a94533c0c31231642e8ffe4fbd4ce30096.zip
lint for unused variables, fix query bug detected by this
Diffstat (limited to 'src/webex/pages/auditors.tsx')
-rw-r--r--src/webex/pages/auditors.tsx8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/webex/pages/auditors.tsx b/src/webex/pages/auditors.tsx
index 7c6a3aff1..8850cdd87 100644
--- a/src/webex/pages/auditors.tsx
+++ b/src/webex/pages/auditors.tsx
@@ -21,20 +21,12 @@
*/
-import { getTalerStampDate } from "../../helpers";
import {
AuditorRecord,
- CoinRecord,
CurrencyRecord,
- Denomination,
- DenominationRecord,
ExchangeForCurrencyRecord,
- ExchangeRecord,
- PreCoinRecord,
- ReserveRecord,
} from "../../types";
-import { ImplicitStateComponent, StateHolder } from "../components";
import {
getCurrencies,
updateCurrency,