Update conditional render to only show Apply Sort Options to Party Header text in party modals (#10984)

This commit is contained in:
Cameron Billings
2019-02-21 14:35:17 -05:00
committed by Sabe Jones
parent d267f09d04
commit 2d35009bee
@@ -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