style(searchBarV2): fixed coding style eslint error

This commit is contained in:
danis
2024-01-02 20:24:48 +01:00
parent 3353a17611
commit 5c4847ae2c

View File

@@ -149,6 +149,7 @@ const SearchBarComponent = () => {
setArtist(artist.name);
}}
/>
// eslint-disable-next-line no-mixed-spaces-and-tabs
))
: null}
</View>