diff --git a/views/app/rewards.html b/views/app/rewards.html
index d9d4de6c9b..7320ab8650 100644
--- a/views/app/rewards.html
+++ b/views/app/rewards.html
@@ -19,23 +19,19 @@
- {#if _rewardList}
-
- {#each _rewardList as :task}{/}
-
- {/}
+
+ {#each _rewardList as :task}{/}
+
- {#if _user.flags.itemsEnabled}
-
- {#with _view.items.weapon as :item}{/}
- {#with _view.items.armor as :item}{/}
- {#with _view.items.head as :item}{/}
- {#with _view.items.shield as :item}{/}
- {#with _view.items.potion as :item}{/}
- {#with _view.items.reroll as :item}{/}
-
- {/}
+
+ {#with _view.items.weapon as :item}{/}
+ {#with _view.items.armor as :item}{/}
+ {#with _view.items.head as :item}{/}
+ {#with _view.items.shield as :item}{/}
+ {#with _view.items.potion as :item}{/}
+ {#with _view.items.reroll as :item}{/}
+
Drive: The Surprising Truth About What Motivates Us