Skip to content

Commit

Permalink
♻️ add main menu index to istanbul ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
faival committed Aug 24, 2018
1 parent 18e6606 commit 2a5af0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/mainMenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const mapStateToProps = state => ({
showDelegate: state.settings.advancedMode,
});

/* istanbul ignore next */
const mapDispatchToProps = dispatch => ({
showFeedback: data => dispatch(feedbackDialogDisplayed(data)),
});
Expand Down

0 comments on commit 2a5af0e

Please sign in to comment.