From bb18e942cd91b3021f16332da74f922059cbf6d0 Mon Sep 17 00:00:00 2001 From: Sam Bao Date: Sun, 8 Dec 2024 19:23:09 -0700 Subject: [PATCH] alright, taylor swift's tour is over, time to take her out of default artist suggestion --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 38dccc9..99d87e9 100644 --- a/src/App.js +++ b/src/App.js @@ -21,7 +21,7 @@ function App() { const [posterName, setPosterName] = useState(""); const [posterNameSuggestions, setPosterNameSuggestions] = useState([]); const [followedArtists, setFollowedArtists] = useState([]); - const [artistName, setArtistName] = useState("Taylor Swift"); + const [artistName, setArtistName] = useState(""); const [artistList, setArtistList] = useState([]); const [openDialog, setOpenDialog] = useState(false); const [shareId, setShareId] = useState("");