Merge pull request #9 from dotromain/patch-3

fix typo
This commit is contained in:
Wingy 2021-12-03 20:28:59 -05:00 committed by GitHub
commit a7e51b73f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ block content
th= lang('WISHLIST_MOVE_DOWN') th= lang('WISHLIST_MOVE_DOWN')
else else
th= lang('WISHLIST_PLEDGE') th= lang('WISHLIST_PLEDGE')
th= lang('WIDHLIST_DELETE') th= lang('WISHLIST_DELETE')
tbody tbody
each item, index in wishlist each item, index in wishlist
if req.user._id === item.addedBy || req.params.user !== req.user._id if req.user._id === item.addedBy || req.params.user !== req.user._id