From f2925667ea1818f59aa550b4808cc867f5deae61 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:57:25 +0000 Subject: [PATCH] style: format code with Prettier and StandardJS This commit fixes the style issues introduced in b2432fd according to the output from Prettier and StandardJS. Details: None --- src/pages/postmessage/index.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/postmessage/index.jsx b/src/pages/postmessage/index.jsx index 4822497e..6b9925ae 100644 --- a/src/pages/postmessage/index.jsx +++ b/src/pages/postmessage/index.jsx @@ -36,13 +36,13 @@ const PostMessage = () => { style={{ display: 'block', border: 'none', - width: '100%', + width: '100%' }} src={childOrigin} ref={ref} - width="800px" - height="600px" - sandbox="allow-all" + width='800px' + height='600px' + sandbox='allow-all' /> )