From 94d111a94533c0c31231642e8ffe4fbd4ce30096 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 29 May 2017 18:27:50 +0200 Subject: lint for unused variables, fix query bug detected by this --- src/webex/pages/auditors.tsx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/webex/pages/auditors.tsx') 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, -- cgit v1.2.3