Merge branch 'castro' into castro_dec2023
This commit is contained in:
commit
1a1405703c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ block content
|
|||
span!=lang('WISHLISTS_COUNTS_SELF', req.user._id)
|
||||
+wishlistDetails(req.user.wishlist, req.user._id)
|
||||
each user in users
|
||||
if req.user._id !== user.id
|
||||
if req.user._id !== user.id && !req.user._id.endsWith('_')
|
||||
li
|
||||
.box
|
||||
a(href=`${_CC.config.base}wishlist/${user.id}`, style='color: #4a4a4a;')
|
||||
|
|
Loading…
Reference in a new issue