From a02810953223dda866bd27221c3a916c38fc6566 Mon Sep 17 00:00:00 2001 From: George Lima Date: Thu, 24 Jan 2019 10:56:13 -0300 Subject: [PATCH] type(receive): supress redux connect errors --- app/containers/receive.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/containers/receive.js b/app/containers/receive.js index 7716f27..783d75a 100644 --- a/app/containers/receive.js +++ b/app/containers/receive.js @@ -36,6 +36,7 @@ const mapDispatchToProps = (dispatch: Dispatch) => ({ }, }); +// $FlowFixMe export const ReceiveContainer = connect( mapStateToProps, mapDispatchToProps,