Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Dec 8, 2021
1 parent 15d8896 commit 4fbc04b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/theme/CatalogueViews/AppHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ class App extends Component {
<Fragment>
<BodyClass className={`view-${action}view`} />
<Header
folderHeader={this.props.folderHeader}
actualPathName={this.props.pathname}
pathname={path}
extraData={extraHeaderData}
Expand Down Expand Up @@ -223,7 +222,6 @@ export default compose(
]),
connect(
(state, props) => ({
folderHeader: state.folder_header.items,
defaultHeaderImage: state.default_header_image.items?.[0],
// content: state.content.data,
content: state.content.data,
Expand Down

0 comments on commit 4fbc04b

Please sign in to comment.