mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 16:12:38 +00:00
"Rename dismissKeys to dismisskeys in Dialog component and its usage"
This commit is contained in:
@@ -53,7 +53,7 @@ const NotificationPopup = ()=>{
|
||||
))
|
||||
};
|
||||
|
||||
return <Dialog className='notificationPopup' dismissKeys={dissmissKeyList} closeText={DISMISS_BUTTON} >
|
||||
return <Dialog className='notificationPopup' dismisskeys={dissmissKeyList} closeText={DISMISS_BUTTON} >
|
||||
<div className='header'>
|
||||
<i className='fas fa-info-circle info'></i>
|
||||
<h3>Notice</h3>
|
||||
|
||||
Reference in New Issue
Block a user