Compare commits
No commits in common. "84c511cdcfc01f8bac103553830ab2cbf71da751" and "45cf91fd303692256d233843d71d364911be20e9" have entirely different histories.
84c511cdcf
...
45cf91fd30
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 && !user.id.endsWith('_') && (req.user._id !== 'NigelDey_' || ['Darryl', 'Roselynn', 'Violet'].includes(user.id))
|
||||
if req.user._id !== user.id && !user.id.endsWith('_')
|
||||
li
|
||||
.box
|
||||
a(href=`${_CC.config.base}wishlist/${user.id}`, style='color: #4a4a4a;')
|
||||
|
|
Loading…
Reference in a new issue