set modal state to false

pull/159/head
Ryan Jung 2021-05-05 18:14:07 -04:00
parent dcc762d3e4
commit 25c9da1ef2
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export default function Availability(props) {
setShowChangeTimesModal(!showChangeTimesModal);
}
const closeSuccessModal = () => { router.replace(router.asPath); }
const closeSuccessModal = () => { setSuccessModalOpen(false); router.replace(router.asPath); }
function convertMinsToHrsMins (mins) {
let h = Math.floor(mins / 60);