Fix signerstore

This commit is contained in:
Tomasz Drwięga
2017-04-11 10:29:19 +02:00
parent 6a44a0cf95
commit 18b8d6aca6

View File

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