🦟 Fixed 404s upon page refresh
This commit is contained in:
@@ -161,7 +161,7 @@ const VolumeDetails = (props): ReactElement => {
|
||||
|
||||
if (
|
||||
!isUndefined(comicBookDetails.sourcedMetadata) &&
|
||||
!isUndefined(comicBookDetails.sourcedMetadata.comicvine)
|
||||
!isUndefined(comicBookDetails.sourcedMetadata.comicvine.volumeInformation)
|
||||
) {
|
||||
return (
|
||||
<div className="container volume-details">
|
||||
|
||||
Reference in New Issue
Block a user