authscape 1.0.33 → 1.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -125,7 +125,6 @@ export default function PaymentModal({title, description, amount, priceId, setIs
|
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
return (
|
|
128
|
-
<>
|
|
129
128
|
<Dialog
|
|
130
129
|
fullWidth={true}
|
|
131
130
|
maxWidth={"sm"}
|
|
@@ -248,6 +247,5 @@ export default function PaymentModal({title, description, amount, priceId, setIs
|
|
|
248
247
|
{/* <Button onClick={handleClose}>Close</Button> */}
|
|
249
248
|
</DialogActions>
|
|
250
249
|
</Dialog>
|
|
251
|
-
</>
|
|
252
250
|
)
|
|
253
251
|
}
|