aboutsummaryrefslogtreecommitdiff
path: root/components/anime/viewMode/thumbnailOnly.js
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-09-26 23:35:35 +0700
committerFactiven <[email protected]>2023-09-26 23:35:35 +0700
commit20b8a7267827e3a07c1eef668c3b9c22fda43765 (patch)
tree2fec9006dfac5737d8b227bf5ccce73880800cc2 /components/anime/viewMode/thumbnailOnly.js
parentUpdate release.md (diff)
downloadmoopa-4.1.2.tar.xz
moopa-4.1.2.zip
Update v4.1.2v4.1.2
Diffstat (limited to 'components/anime/viewMode/thumbnailOnly.js')
-rw-r--r--components/anime/viewMode/thumbnailOnly.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/anime/viewMode/thumbnailOnly.js b/components/anime/viewMode/thumbnailOnly.js
index 7259beb..1b403fa 100644
--- a/components/anime/viewMode/thumbnailOnly.js
+++ b/components/anime/viewMode/thumbnailOnly.js
@@ -29,7 +29,7 @@ export default function ThumbnailOnly({
className={`absolute bottom-7 left-0 h-[2px] bg-red-600`}
style={{
width:
- progress && artStorage && episode?.number <= progress
+ progress && episode?.number <= progress
? "100%"
: artStorage?.[episode?.id]
? `${prog}%`