diff --git a/resources/js/components/StationList.vue b/resources/js/components/StationList.vue index a555995..0fc82b1 100644 --- a/resources/js/components/StationList.vue +++ b/resources/js/components/StationList.vue @@ -49,6 +49,8 @@ const sortOptions = [ { label: 'Price', value: 'price' }, { label: 'Distance', value: 'distance' }, { label: 'Updated', value: 'updated' }, + { label: 'Brand', value: 'brand' }, + { label: 'Reliable', value: 'reliable' }, ] const lowestPrice = computed(() => {