diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-24 16:45:57 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-24 16:45:57 +0200 |
commit | 8f35362dad9914cac16f421745a27a1cdd0f02bc (patch) | |
tree | b91b4be2c96d7cc9e141a7cd6af70f93ab617b70 /src/pages/add-auditor.tsx | |
parent | 39cca9f8f6050d6e35c88f8cd3c6e825eae9cb9f (diff) |
style, deduplication and doc comments
Diffstat (limited to 'src/pages/add-auditor.tsx')
-rw-r--r-- | src/pages/add-auditor.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/add-auditor.tsx b/src/pages/add-auditor.tsx index db283eade..8bef557d9 100644 --- a/src/pages/add-auditor.tsx +++ b/src/pages/add-auditor.tsx @@ -36,7 +36,6 @@ import { getCurrencies, updateCurrency, } from "../wxApi"; -import { prettyAmount } from "../renderHtml"; import { getTalerStampDate } from "../helpers"; import * as React from "react"; |