From 5c4847ae2c51594d43777f8fafeba6ec12a39e09 Mon Sep 17 00:00:00 2001 From: danis Date: Tue, 2 Jan 2024 20:24:48 +0100 Subject: [PATCH] style(searchBarV2): fixed coding style eslint error --- front/components/V2/SearchBar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/front/components/V2/SearchBar.tsx b/front/components/V2/SearchBar.tsx index 4af042e..ab14dbe 100644 --- a/front/components/V2/SearchBar.tsx +++ b/front/components/V2/SearchBar.tsx @@ -149,6 +149,7 @@ const SearchBarComponent = () => { setArtist(artist.name); }} /> + // eslint-disable-next-line no-mixed-spaces-and-tabs )) : null}