Skip to content

Commit dfe9c6d

Browse files
royduinactions-user
authored andcommitted
Apply fixes from Prettier
1 parent 4c49dad commit dfe9c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/Listing/Listing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default {
9090
sortOptions() {
9191
let groupId = user?.value?.group_id || 0
9292
let sorting = config.searchkit.sorting
93-
let field = 'prices.'+groupId+'.min_price'
93+
let field = 'prices.' + groupId + '.min_price'
9494
9595
if ('_price_asc' in sorting) {
9696
sorting['_price_asc']['field'] = field

0 commit comments

Comments
 (0)