0
0
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:
Víctor Losada Hernández
2024-10-22 21:46:57 +02:00
parent 618e865e52
commit 999a96b5ce
2 changed files with 5 additions and 5 deletions

View File

@@ -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>