Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Feb 25, 2025
1 parent 7a4b96f commit 38986bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const NavigationBlurEffectHeader = ({
</View>

<Header title={options.title ?? ""} {...options} headerBackground={() => null} />
{hideableBottom && (
{!!hideableBottom && (
<View
ref={setHideableBottomRef as any}
onLayout={(e) => {
Expand Down

0 comments on commit 38986bc

Please sign in to comment.