diff --git a/src/components/MovieDetails/index.tsx b/src/components/MovieDetails/index.tsx
index 2340cb2e4..45cb0388e 100644
--- a/src/components/MovieDetails/index.tsx
+++ b/src/components/MovieDetails/index.tsx
@@ -590,7 +590,7 @@ const MovieDetails = ({ movie }: MovieDetailsProps) => {
buttonSize={'md'}
onClick={() => setShowBlacklistModal(true)}
>
-
+
)}
@@ -608,9 +608,9 @@ const MovieDetails = ({ movie }: MovieDetailsProps) => {
onClick={onClickWatchlistBtn}
>
{isUpdating ? (
-
+
) : (
-
+
)}
@@ -623,11 +623,7 @@ const MovieDetails = ({ movie }: MovieDetailsProps) => {
buttonSize={'md'}
onClick={onClickDeleteWatchlistBtn}
>
- {isUpdating ? (
-
- ) : (
-
- )}
+ {isUpdating ? : }
)}
diff --git a/src/components/TvDetails/index.tsx b/src/components/TvDetails/index.tsx
index ec27fba13..66b4176da 100644
--- a/src/components/TvDetails/index.tsx
+++ b/src/components/TvDetails/index.tsx
@@ -632,7 +632,7 @@ const TvDetails = ({ tv }: TvDetailsProps) => {
buttonSize={'md'}
onClick={() => setShowBlacklistModal(true)}
>
-
+
)}
@@ -650,9 +650,9 @@ const TvDetails = ({ tv }: TvDetailsProps) => {
onClick={onClickWatchlistBtn}
>
{isUpdating ? (
-
+
) : (
-
+
)}
@@ -665,11 +665,7 @@ const TvDetails = ({ tv }: TvDetailsProps) => {
buttonSize={'md'}
onClick={onClickDeleteWatchlistBtn}
>
- {isUpdating ? (
-
- ) : (
-
- )}
+ {isUpdating ? : }
)}