mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-26 13:00:00 -05:00
performing some surgery on this
This commit is contained in:
@@ -74,10 +74,6 @@ export default function FavoriteButton({
|
||||
|
||||
useEffect(() => {
|
||||
refetch();
|
||||
setIsFavorite(
|
||||
isUndefined(item.UserData) ? false
|
||||
: item.UserData.IsFavorite ?? false
|
||||
);
|
||||
}, [
|
||||
item
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user