Skip to content

Commit

Permalink
refactor(test): Cleanup files that haven't changed
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyDo committed Aug 30, 2018
1 parent dd6e257 commit c192d64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/client/components/pages/revision.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,3 @@ RevisionPage.defaultProps = {
};

export default RevisionPage;

Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,4 @@ function mapDispatchToProps(dispatch: Dispatch<Action>): DispatchProps {
};
}


export default connect(mapStateToProps, mapDispatchToProps)(PublicationSection);

0 comments on commit c192d64

Please sign in to comment.