Browse Source

make books unique

master
wes 8 years ago
parent
commit
93ee538d2f
  1. 2
      src/scripts/class.tag

2
src/scripts/class.tag

@ -11,7 +11,7 @@
</button> </button>
<div if={ this.booksshown }> <div if={ this.booksshown }>
<dl> <dl>
<book each={ books } data="{ this }"> <book each={ R.uniq(books) } data="{ this }">
</book> </book>
</dl> </dl>
</div> </div>

Loading…
Cancel
Save