diff --git a/__tests__/__snapshots__/Storyshots.test.js.snap b/__tests__/__snapshots__/Storyshots.test.js.snap
index 0b49d598bf..b7e07750c5 100644
--- a/__tests__/__snapshots__/Storyshots.test.js.snap
+++ b/__tests__/__snapshots__/Storyshots.test.js.snap
@@ -10718,39 +10718,59 @@ exports[`Storyshots Message list 1`] = `
style={
Array [
Object {
- "overflow": "hidden",
+ "borderRadius": 4,
+ "borderWidth": 1,
+ "minHeight": 200,
+ "width": "100%",
},
+ Object {
+ "borderColor": "#e1e5e8",
+ },
+ ]
+ }
+ >
+
+
-
+ />
+
+
+
-
+ />
+
{
- if (attachment && attachment.image_url) {
- const url = formatAttachmentUrl(attachment.image_url, user.id, user.token, baseUrl);
- return (
-
-
-
- {attachment.title}
- {attachment.description ? {attachment.description} : null}
-
-
- null}
- renderImage={props => }
- loadingRender={() => }
- />
-
- );
- }
- if (attachment && attachment.video_url) {
- const [loading, setLoading] = useState(true);
- const uri = formatAttachmentUrl(attachment.video_url, user.id, user.token, baseUrl);
- return (
- <>
-