Skip to content

Commit

Permalink
Resolve conflict over Migrate 'SelectionList'
Browse files Browse the repository at this point in the history
  • Loading branch information
brunovjk committed Jan 18, 2024
1 parent 1a94efa commit 0d6b7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectionList/BaseSelectionList.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ function BaseSelectionList({
/>
</View>
)}
{!isLoadingNewOptions && !!headerMessage && (
{!isLoadingNewOptions && Boolean(headerMessage) && (
<View style={[styles.ph5, styles.pb5]}>
<Text style={[styles.textLabel, styles.colorMuted]}>{headerMessage}</Text>
</View>
Expand Down

0 comments on commit 0d6b7a5

Please sign in to comment.