From 22a549e2694c5b11ef8bb87d305dba45b23df14b Mon Sep 17 00:00:00 2001 From: Nikolai Petukhov Date: Fri, 4 Oct 2024 16:06:48 +0300 Subject: [PATCH] an --- src/components/account/HelloItem.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/account/HelloItem.jsx b/src/components/account/HelloItem.jsx index 0651710..62e1227 100644 --- a/src/components/account/HelloItem.jsx +++ b/src/components/account/HelloItem.jsx @@ -9,7 +9,7 @@ const HelloItem = (props) => {

Your ID: {props.id}

) : ( -

You don't have account :(

+

You don't have an account :(

)} );