Fix signerstore

This commit is contained in:
Tomasz Drwięga 2017-04-11 10:29:19 +02:00
parent 6a44a0cf95
commit 18b8d6aca6
No known key found for this signature in database
GPG Key ID: D066F497E62CAF66

View File

@ -50,7 +50,7 @@ function render () {
signerStore = createSignerStore(); signerStore = createSignerStore();
component = shallow( component = shallow(
<SignRequest signerStore={ signerStore } />, <SignRequest signerstore={ signerStore } />,
{ {
context: { context: {
store: reduxStore store: reduxStore