mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-21 05:18:51 +01:00
Fix duplicate alt badges
This commit is contained in:
parent
a1a78370cc
commit
56365ebc39
1 changed files with 0 additions and 3 deletions
|
@ -431,9 +431,6 @@ function Media({
|
||||||
<div class="media-play">
|
<div class="media-play">
|
||||||
<Icon icon="play" size="xl" />
|
<Icon icon="play" size="xl" />
|
||||||
</div>
|
</div>
|
||||||
{!showInlineDesc && (
|
|
||||||
<AltBadge alt={description} lang={lang} index={altIndex} />
|
|
||||||
)}
|
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
{!showOriginal && !showInlineDesc && (
|
{!showOriginal && !showInlineDesc && (
|
||||||
|
|
Loading…
Reference in a new issue