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

Merge pull request #1918 from ProjectMirador/1912-viewer-state

Fix zoom controls after state changes from #1904
parents 7e6fdb3d b0a33897
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ import ZoomControls from '../components/ZoomControls';
const mapStateToProps = (state, props) => (
{
showZoomControls: state.workspace.showZoomControls,
viewer: state.windows[props.windowId].viewer,
viewer: state.viewers[props.windowId],
}
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment