From e9e6debd0348baa262a66a563def0dff287b2092 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:33:27 +0000 Subject: [PATCH] style: format code with Prettier and StandardJS This commit fixes the style issues introduced in 81b9df5 according to the output from Prettier and StandardJS. Details: None --- src/components/stateless/AvatarCard/index.jsx | 2 +- src/pages/home/index.jsx | 24 +++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/stateless/AvatarCard/index.jsx b/src/components/stateless/AvatarCard/index.jsx index 2724ec4a..7622dff7 100644 --- a/src/components/stateless/AvatarCard/index.jsx +++ b/src/components/stateless/AvatarCard/index.jsx @@ -5,7 +5,7 @@ const AvatarCard = ({ avatar, text }) => {
- +

{text}

diff --git a/src/pages/home/index.jsx b/src/pages/home/index.jsx index cf1080a2..8cc16f54 100644 --- a/src/pages/home/index.jsx +++ b/src/pages/home/index.jsx @@ -70,8 +70,8 @@ const Home = () => { [ { content: text, - role: 'user', - }, + role: 'user' + } ], key, signal @@ -163,19 +163,19 @@ const Home = () => { I love coding in .
- +
- +
- +
- +
- +
@@ -185,13 +185,13 @@ const Home = () => {
- - + + { -