Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 5cb9ccc

Browse files
authored
Remove unnecessary prop in propTypes of PageHeader
1 parent 6ae8f27 commit 5cb9ccc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/PageHeader/PageHeader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ const PageHeader = props => {
3131
PageHeader.propTypes = {
3232
children: PropTypes.any.isRequired,
3333
className: PropTypes.string,
34-
history: PropTypes.object,
3534
lastLocation: PropTypes.object,
3635
}
3736

0 commit comments

Comments
 (0)