Changeset b13f93b for components/Notification.jsx
- Timestamp:
- 07/03/22 22:59:15 (2 years ago)
- Branches:
- main
- Children:
- 3a783f2
- Parents:
- ace7865
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
components/Notification.jsx
race7865 rb13f93b 24 24 } 25 25 26 if (styleState.style.notification.show === true) { 27 setTimeout(() => { 28 close(); 29 }, 3000); 30 } 31 26 32 return ( 27 33 <div className="notification" style={{display: display, backgroundColor: bg}}>
Note:
See TracChangeset
for help on using the changeset viewer.