From 35f50ea6ba56ceb839ff96eb289df53771e23a61 Mon Sep 17 00:00:00 2001 From: Factiven Date: Tue, 8 Aug 2023 13:16:55 +0700 Subject: Update v3.8.7 - Merged Beta to Main (#39) * Update v3.8.6 > Minor update for Android 13 user * Update v3.8.7 > Added prev and next button to mediaSession --- components/anime/mobile/topSection.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/anime/mobile') diff --git a/components/anime/mobile/topSection.js b/components/anime/mobile/topSection.js index 4f7c4b3..e9c9c7d 100644 --- a/components/anime/mobile/topSection.js +++ b/components/anime/mobile/topSection.js @@ -60,14 +60,14 @@ export default function DetailTop({ info, statuses, handleOpen, loading }) {
-

{info?.averageScore}%

+

{info?.averageScore ? `${info?.averageScore}%` : "N/A"}

{info?.episodes ? (

{info?.episodes} Episodes

) : ( -

TBA

+

N/A

)}
-- cgit v1.2.3