Skip to content

Commit

Permalink
Update conditional render to only show Apply Sort Options to Party He…
Browse files Browse the repository at this point in the history
…ader text in party modals (#10984)
  • Loading branch information
CBillings92 authored and SabreCat committed Feb 21, 2019
1 parent d267f09 commit 2d35009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/client/components/groups/membersModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ div
select.form-control(@change='changeSortDirection($event)')
option(v-for='sortDirection in sortDirections', :value='sortDirection.value') {{sortDirection.text}}

.row.apply-options.d-flex.justify-content-center(v-if='sortDirty')
.row.apply-options.d-flex.justify-content-center(v-if='sortDirty && group.type === "party"')
a(@click='applySortOptions()') {{ $t('applySortToHeader') }}
.row(v-if='invites.length > 0')
.col-6.offset-3.nav
Expand Down

0 comments on commit 2d35009

Please sign in to comment.