Update modal com name

zio/stable
Paul Frazee 2023-02-23 17:29:34 -06:00
parent 154c34e915
commit bbd0b03a46
1 changed files with 1 additions and 1 deletions

View File

@ -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')