fix geolocking modal
This commit is contained in:
parent
7de1ce9611
commit
74295be8a1
|
@ -242,7 +242,10 @@ const RestrictedCountryCheck = () => {
|
|||
return showModal ? (
|
||||
<RestrictedCountryModal
|
||||
isOpen={showModal}
|
||||
onClose={() => setConfirmedCountry(true)}
|
||||
onClose={() => {
|
||||
setConfirmedCountry(true)
|
||||
setShowModal(false)
|
||||
}}
|
||||
/>
|
||||
) : null
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue