Skip to content

Commit

Permalink
alright, taylor swift's tour is over, time to take her out of default…
Browse files Browse the repository at this point in the history
… artist suggestion
  • Loading branch information
sam9116 committed Dec 9, 2024
1 parent 936a9d2 commit bb18e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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("");
Expand Down

0 comments on commit bb18e94

Please sign in to comment.