This commit is contained in:
Zikil 2024-11-23 14:38:02 +07:00
parent 5d1780d670
commit ea479c6639

View File

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