Refactor
This commit is contained in:
parent
f6a1d8681b
commit
681bddc77f
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class Wishlist
|
|||
<span class="provider"><?= $info->providerName ?></span>
|
||||
<?php } ?>
|
||||
|
||||
<?php if($userIsCurrent) { ?>
|
||||
<?php if ($userIsCurrent) { ?>
|
||||
<button class="ui icon button refresh">
|
||||
<i class="refresh icon"></i>
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue