mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
${ video.tags.includes('benchmark') && pill('Benchmark')}
|
${ (video.tags.includes('benchmark')) ? pill('Benchmark') : '' }
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue