Skip to content

Commit 7756467

Browse files
committedNov 27, 2018
feat(notification-settings): support changing accounts
1 parent 606d799 commit 7756467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/notification-settings.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const NotificationSettingsForm = Form.create()(
6060
}
6161
})
6262
},
63-
[form.validateFieldsAndScroll]
63+
[form.validateFieldsAndScroll, drizzleState.accounts[0]]
6464
)}
6565
>
6666
<Divider>I wish to be notified when:</Divider>

0 commit comments

Comments
 (0)
Please sign in to comment.