Ignore:
Timestamp:
07/03/22 22:59:15 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
3a783f2
Parents:
ace7865
Message:

Made poker tables system and round 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/Notification.jsx

    race7865 rb13f93b  
    2424    }
    2525
     26    if (styleState.style.notification.show === true) {
     27        setTimeout(() => {
     28            close();
     29        }, 3000);
     30    }
     31
    2632    return (
    2733        <div className="notification" style={{display: display, backgroundColor: bg}}>
Note: See TracChangeset for help on using the changeset viewer.