Fixes to edit profile modal
This commit is contained in:
parent
39aaa13468
commit
bf7b0be23d
2 changed files with 8 additions and 2 deletions
|
@ -35,7 +35,7 @@ export const Modal = observer(function Modal() {
|
|||
} else {
|
||||
bottomSheetRef.current?.close()
|
||||
}
|
||||
}, [store.shell.isModalActive, bottomSheetRef])
|
||||
}, [store.shell.isModalActive, bottomSheetRef, store.shell.activeModal?.name])
|
||||
|
||||
let snapPoints: (string | number)[] = CLOSED_SNAPPOINTS
|
||||
let element
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue