Hide refresh button for wishes without url

This commit is contained in:
grandeljay 2022-02-27 01:08:48 +01:00
parent 2a33f2c320
commit 952e571516

View file

@ -109,7 +109,7 @@ class Wishlist
<span class="provider"><?= $info->providerName ?></span>
<?php } ?>
<?php if ($userIsCurrent) { ?>
<?php if ($userIsCurrent && $info->url) { ?>
<button class="ui icon button refresh">
<i class="refresh icon"></i>
</button>