Skip to content

Commit

Permalink
test toast
Browse files Browse the repository at this point in the history
  • Loading branch information
Olerinskaia committed Aug 28, 2024
1 parent 59fc30b commit 012858b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProfileComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Profile = observer(() => {

}, [])
useEffect(() => {
if(!user.id){
if(!user?.id){
toast.error((
<div>
Hello! To continue using our services, please
Expand Down

0 comments on commit 012858b

Please sign in to comment.