diff --git a/src/containers/layouts/messaging/chat1/chat1.container.tsx b/src/containers/layouts/messaging/chat1/chat1.container.tsx index caee68b7b..dc5391bdf 100644 --- a/src/containers/layouts/messaging/chat1/chat1.container.tsx +++ b/src/containers/layouts/messaging/chat1/chat1.container.tsx @@ -76,7 +76,7 @@ export class Chat1Container extends React.Component { - this.props.navigation.navigate(navigateAction('Test Profile')); + this.props.navigation.dispatch(navigateAction('Test Profile')); }; private onNewMessageChange = (newMessageText: string): void => {