Skip to content

Commit

Permalink
fix(messaging): typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin committed Jun 17, 2019
1 parent 264b23d commit ccff0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/layouts/messaging/chat1/chat1.container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class Chat1Container extends React.Component<NavigationScreenProps, State
}

private onProfilePress = (profile: Profile): void => {
this.props.navigation.navigate(navigateAction('Test Profile'));
this.props.navigation.dispatch(navigateAction('Test Profile'));
};

private onNewMessageChange = (newMessageText: string): void => {
Expand Down

0 comments on commit ccff0a9

Please sign in to comment.