mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-18 00:40:05 -06:00
maybe?
This commit is contained in:
@@ -57,7 +57,7 @@ export const useUpdateOptions = async (isFavorite?: boolean) => {
|
||||
title: "Favorite"
|
||||
},
|
||||
dislikeOptions: {
|
||||
isActive: !isFavorite,
|
||||
isActive: !!!isFavorite,
|
||||
title: "Unfavorite"
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user