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/add-auditor.tsx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/webex/pages/add-auditor.tsx') diff --git a/src/webex/pages/add-auditor.tsx b/src/webex/pages/add-auditor.tsx index 72e800192..dbe761a5f 100644 --- a/src/webex/pages/add-auditor.tsx +++ b/src/webex/pages/add-auditor.tsx @@ -21,16 +21,8 @@ */ -import { getTalerStampDate } from "../../helpers"; import { - AuditorRecord, - CoinRecord, CurrencyRecord, - Denomination, - DenominationRecord, - ExchangeRecord, - PreCoinRecord, - ReserveRecord, } from "../../types"; import { ImplicitStateComponent, StateHolder } from "../components"; -- cgit v1.2.3