Skip to content

Commit

Permalink
[MainUI] fix group header for rule list
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry P. (d51x) <dimonich110@gmail.com>
  • Loading branch information
d51x committed Oct 10, 2023
1 parent 034ad2a commit 241a903
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
v-show="rules.length"
class="searchbar-found col rules-list"
ref="rulesList"
media-list contacts-list>
media-list :contacts-list="groupBy === 'alphabetical'">
<f7-list-group v-for="(rulesWithInitial, initial) in indexedRules" :key="initial">
<f7-list-item v-if="rulesWithInitial.length" :title="initial" group-title />
<f7-list-item
Expand Down

0 comments on commit 241a903

Please sign in to comment.