Skip to content
Snippets Groups Projects
Unverified Commit 97ab6c3e authored by Chris Beer's avatar Chris Beer Committed by GitHub
Browse files

Fix GalleryView selector

parent 1eefa8d3
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ import { getManifestCanvases } from '../state/selectors';
* @memberof WindowViewer
* @private
*/
const mapStateToProps = state => (
const mapStateToProps = (state, { window }) => (
{
canvases: getManifestCanvases(state, { windowId: window.id }),
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment