fix(NotificationsContainer.native): flow error

This commit is contained in:
paweldomas
2019-03-21 11:06:21 -05:00
committed by Saúl Ibarra Corretgé
parent 6a919916d3
commit 043d4db314

View File

@@ -63,4 +63,5 @@ class NotificationsContainer
_onDismissed: number => void;
}
// $FlowExpectedError
export default connect(_abstractMapStateToProps)(NotificationsContainer);