Skip to content
Snippets Groups Projects
Commit 8fa99547 authored by Viivi Nevalainen's avatar Viivi Nevalainen
Browse files

Upload New File

parent 847b31b8
No related branches found
No related tags found
No related merge requests found
const Notification = ({ message }) => {
if (message === null) {
return null
}
return (
<div className="info">
{message}
</div>
)
}
export default Notification
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment