Skip to content

Commit 963a934

Browse files
author
Fabian Stoehr
committed
fix: update manifestListItem error
1 parent 5595b44 commit 963a934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/containers/ManifestListItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const mapStateToProps = (state, { manifestId, provider }) => {
2323
: getCanvases(state, { manifestId }).length;
2424
return {
2525
active: getWindowManifests(state).includes(manifestId),
26-
error: manifest.error || !manifesto,
26+
error: manifest.error || (!manifesto && !!manifest.json),
2727
isCollection,
2828
isFetching: manifest.isFetching,
2929
isMultipart: isCollection

0 commit comments

Comments
 (0)