Skip to content

Commit

Permalink
Use closeSubmitFeedback func
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes committed Jan 29, 2020
1 parent 5640a06 commit 48097b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/UI/DrawerView/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ class DrawerView extends PureComponent {
.catch(handleError);
} else {
this.goToBrowserUrl(url, strings('drawer.submit_bug'));
this.setState({ submitFeedback: false });
this.closeSubmitFeedback();
}
};
goToBugFeedback = () => {
Expand Down

0 comments on commit 48097b6

Please sign in to comment.