fix: renew without params

This commit is contained in:
zerosoul
2022-03-22 17:13:40 +08:00
parent a23800b042
commit 4e56f15e24
6 changed files with 15 additions and 11 deletions
@@ -25,7 +25,7 @@ export default function DeleteMessageConfirmModal({ closeModal, mid = 0 }) {
return (
<Modal>
<StyledModal
className="animate__animated animate__fadeInDown animate__faster"
// className="animate__animated animate__fadeInDown animate__faster"
buttons={
<>
<Button onClick={closeModal}>Cancel</Button>