From 0ef5140e334085f150a60da6f6233dc2ecfb4a89 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 12 Apr 2017 17:47:14 +0200 Subject: add exchanges to currency info --- src/pages/add-auditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/add-auditor.tsx') diff --git a/src/pages/add-auditor.tsx b/src/pages/add-auditor.tsx index 2eb98c4c3..3ec21f509 100644 --- a/src/pages/add-auditor.tsx +++ b/src/pages/add-auditor.tsx @@ -55,7 +55,7 @@ class ConfirmAuditor extends ImplicitStateComponent { } if (!currency) { - currency = { name: this.props.currency, auditors: [], fractionalDigits: 2 }; + currency = { name: this.props.currency, auditors: [], fractionalDigits: 2, exchanges: [] }; } let newAuditor = { auditorPub: this.props.auditorPub, baseUrl: this.props.url, expirationStamp: this.props.expirationStamp }; -- cgit v1.2.3