Skip to content
Snippets Groups Projects
Unverified Commit 50f02cdc authored by Jack Reed's avatar Jack Reed Committed by GitHub
Browse files

Merge pull request #1762 from ProjectMirador/refactoring-window-unused-variable

Refactoring: remove unused variable.
parents 7781d1f0 4dc5ef22
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,8 @@ import Window from '../components/Window';
* @memberof Window
* @private
*/
const mapStateToProps = ({ manifests, sideBarOpen }, props) => ({
const mapStateToProps = ({ manifests }, props) => ({
manifest: manifests[props.window.manifestId],
sideBarOpen,
});
const enhance = compose(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment