Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cdOut committed Oct 1, 2024
1 parent 7228052 commit 6fa007d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/Search/SearchRouter/SearchRouterInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,7 @@ function SearchRouterInput({isFullWidth, onChange, onSubmit, defaultValue = '',
onBlur={() => setIsFocused(false)}
/>
</View>
{rightComponent && (
<View style={styles.pr3}>
{rightComponent}
</View>
)}
{rightComponent && <View style={styles.pr3}>{rightComponent}</View>}
</View>
);
}
Expand Down

0 comments on commit 6fa007d

Please sign in to comment.