Better sorting of note categories

fixes #1
This commit is contained in:
Max G
2020-02-18 22:52:12 +00:00
parent b2f241dbba
commit 8d3762e106
6 changed files with 128 additions and 151 deletions

View File

@@ -32,7 +32,7 @@
v-html="note.subtext"></div>
<!-- Display highlights from solr results -->
<div v-if="note.note_highlights.length > 0 && textResults" class="term-usage">
<div v-if="note.note_highlights.length > 0" class="term-usage">
<div
class="usage-row"
v-for="highlight in note.note_highlights"