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}