Skip to content

Commit

Permalink
docs(BottomSheet): Fix default offset value
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Jan 29, 2024
1 parent f78608f commit c26c50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/BottomSheet/README.md
Expand Up @@ -94,7 +94,7 @@ const initialState = {
isSecondBottomSheetDisplayed: false,
mediumHeight: isTesting() ? 450 : undefined,
mediumHeightRatio: undefined,
offset: 0
offset: undefined
}
const showBottomSheet = () => setState({ isBottomSheetDisplayed: true })
const hideBottomSheet = () => setState({ isBottomSheetDisplayed: false })
Expand Down

0 comments on commit c26c50b

Please sign in to comment.