Adds error states to story images

This commit is contained in:
Josh Perez
2022-08-03 20:38:41 -04:00
committed by GitHub
parent 782838c591
commit fcf7406dd4
12 changed files with 158 additions and 21 deletions
+1
View File
@@ -471,6 +471,7 @@ export const StoryViewer = ({
<div className="StoryViewer__container">
<StoryImage
attachment={attachment}
firstName={firstName || title}
i18n={i18n}
isPaused={shouldPauseViewing}
isMuted={isStoryMuted}