diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 17:29:34 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 17:29:34 -0600 |
commit | bbd0b03a46b1087ecca17219441d060c2be69de2 (patch) | |
tree | e79a0b27e84097924e297b6bf911919abf40a9cf /src | |
parent | 154c34e915231a03e289dd36294592911d9c9900 (diff) | |
download | voidsky-bbd0b03a46b1087ecca17219441d060c2be69de2.tar.zst |
Update modal com name
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/modals/Modal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/Modal.tsx b/src/view/com/modals/Modal.tsx index d4c8ada69..58dd12e61 100644 --- a/src/view/com/modals/Modal.tsx +++ b/src/view/com/modals/Modal.tsx @@ -16,7 +16,7 @@ import {StyleSheet} from 'react-native' const CLOSED_SNAPPOINTS = ['10%'] -export const Modal = observer(function Modal() { +export const ModalsContainer = observer(function ModalsContainer() { const store = useStores() const bottomSheetRef = useRef<BottomSheet>(null) const pal = usePalette('default') |