Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Babis committed Sep 18, 2017
1 parent 42c6081 commit 1ee78a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/js/app/ui/CharacterBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ angular.module('vog', [])
<div class="col">
<div class="items">
<h3>Consumables</h3>
<button ng-repeat="(consumable, cost) in CONSUMABLES"
<button ng-repeat="(consumable, cost) in CONSUMABLES track by $index"
class="tiny-icon-wrap"
type="button"
title="{{consumable | vogName}}"
Expand Down

0 comments on commit 1ee78a7

Please sign in to comment.