From 091c65658cd6bc8321f0a34fda0d65bcf5be099c Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Mon, 20 Jan 2025 15:28:33 -0600 Subject: [PATCH] maybe? --- player/hooks/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/hooks/index.ts b/player/hooks/index.ts index de4b6a89..0b70ef58 100644 --- a/player/hooks/index.ts +++ b/player/hooks/index.ts @@ -57,7 +57,7 @@ export const useUpdateOptions = async (isFavorite?: boolean) => { title: "Favorite" }, dislikeOptions: { - isActive: !isFavorite, + isActive: !!!isFavorite, title: "Unfavorite" } });