diff options
Diffstat (limited to 'src/pages/add-auditor.tsx')
-rw-r--r-- | src/pages/add-auditor.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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<ConfirmAuditorProps> { } 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 }; |