Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
didemydn committed Aug 22, 2024
1 parent 0c139e6 commit 927c189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function Home({ data, setListPath, userId, userEmail }) {
} catch (error) {
//Logging and error messages if list is not created
console.error('error creating a list', error);
setMessage('Failed to create list. Please try again');
setMessage('Failed to create list. Please try again!');
}
};

Expand Down

0 comments on commit 927c189

Please sign in to comment.