Hide refresh button for wishes without url
This commit is contained in:
parent
2a33f2c320
commit
952e571516
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue