fix
This commit is contained in:
parent
5d1780d670
commit
ea479c6639
@ -19,9 +19,9 @@ export const ShowNumberModal: React.FC<Props> = ({ open, onClose}) => {
|
||||
getSession()
|
||||
}, [])
|
||||
// const session = await getUserSession()
|
||||
// const handleClose = () => {
|
||||
// onClose()
|
||||
// }
|
||||
const handleClose = () => {
|
||||
onClose()
|
||||
}
|
||||
|
||||
return (
|
||||
<Dialog open={open} onOpenChange={handleClose}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user