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,