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 :(

)} );