Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronClaydon committed Nov 16, 2024
1 parent 5be1ef7 commit aad73cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Stops/View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</div>
</div>

<DatasourceAttributes v-if="!this.loadingStop" :datasources="utils.getDatasources(this.stop, this.stop.Services)" />
<DatasourceAttributes v-if="!this.loadingStop" :datasources="utils.getDatasources(this.stop, this.stop.Services, this.serviceAlerts)" />

<!-- <div class="sticky bottom-0 z-50">
<div class="bg-white rounded-lg border border-gray-200 shadow-md dark:bg-gray-800 dark:border-gray-600 p-4 bottom-nav-bar">
Expand Down

0 comments on commit aad73cb

Please sign in to comment.