type(receive): supress redux connect errors

This commit is contained in:
George Lima 2019-01-24 10:56:13 -03:00
parent 4ae193f3ed
commit a028109532
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ const mapDispatchToProps = (dispatch: Dispatch) => ({
},
});
// $FlowFixMe
export const ReceiveContainer = connect(
mapStateToProps,
mapDispatchToProps,