fix: correct syntax error in SchedulesView.vue

This commit is contained in:
2026-03-31 18:35:24 -05:00
parent a60b079d94
commit fefaf30f38

View File

@ -239,7 +239,7 @@ onUnmounted(() => {
{{ routeStore.isLoadingRoutes ? t('schedules.loadingRoutes') : (localSelectedRouteName || t('schedules.placeholder')) }}
</span>
</div>
<span class="material-icons trigger-arrow notranslate" :class="{ 'trigger-arrow--up': dropdownOpen } notranslate" translate="no">
<span class="material-icons trigger-arrow notranslate" :class="{ 'trigger-arrow--up': dropdownOpen }" translate="no">
expand_more
</span>
</button>