mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix video cards listing false in corner
This commit is contained in:
parent
52ce5bfb53
commit
05ffff2efc
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export default function ( video, {
|
|||
</svg>
|
||||
</div>
|
||||
|
||||
${ video.tags.includes('benchmark') && pill('Benchmark')}
|
||||
${ (video.tags.includes('benchmark')) ? pill('Benchmark') : '' }
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue