Skip to content
Snippets Groups Projects
Unverified Commit b17c8afd authored by Camille Villa's avatar Camille Villa Committed by GitHub
Browse files

Merge pull request #2267 from ProjectMirador/cbeer-patch-1

Fix GalleryView selector
parents 6de82635 97ab6c3e
Branches
Tags
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