Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm committed Aug 11, 2024
1 parent 1f188a6 commit d066fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/docs/integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function App() {
const [showUpdateBanner, setShowUpdateBanner] = useState(false);
const [showUpdateSnackbar, setShowUpdateSnackbar] = useState(false);
const snackbarVisible =
showUpdateSnackbar && updateInfo?.update && !useDefaultAlert;
showUpdateSnackbar && updateInfo?.update;
return (
<View style={styles.container}>
<Text>
Expand Down

0 comments on commit d066fda

Please sign in to comment.