We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba1c3c commit 3f0a750Copy full SHA for 3f0a750
src/pages/notifications/NotificationsView.js
@@ -65,7 +65,7 @@ const NotificationsPage = ({ classes, ...props}) => (
65
const Page = () => {
66
<div>
67
<ToastContainer />
68
- <button onClick={() => toast('Toast Mesasge')}>
+ <button onClick={() => toast('Toast Message')}>
69
show notification
70
</button>
71
</div>
0 commit comments