diff options
Diffstat (limited to 'src/components/Search')
| -rw-r--r-- | src/components/Search/index.tsx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/Search/index.tsx b/src/components/Search/index.tsx index 16f5c9e..c999f97 100644 --- a/src/components/Search/index.tsx +++ b/src/components/Search/index.tsx @@ -1,5 +1,4 @@ import React from "react"; -import { event } from "react-ga"; import { IoSearch } from "react-icons/io5"; import { searchSong } from "../../helpers"; import { Song } from "../../types/song"; @@ -38,12 +37,6 @@ export function Search({ currentTry, setSelectedSong }: Props) { setSelectedSong(song); setValue(`${song.artist} - ${song.name}`); setResults([]); - - event({ - category: "Player", - action: "Chose song", - label: `${song.artist} - ${song.name}`, - }); }} > <Styled.ResultText> |
