Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Oct 3, 2024
1 parent 30cde20 commit c9ec88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/components/pages/feed-version.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{{ $filters.formatDate(entity.service_window?.feed_start_date) }}
</p>
<p v-else class="title">
{{ $filters.formatDate(entity.earliest_calendar_date) }} *
{{ $filters.formatDate(entity.earliest_calendar_date) }}
</p>
</div>
</div>
Expand All @@ -64,7 +64,7 @@
{{ $filters.formatDate(entity.service_window?.feed_end_date) }}
</p>
<p v-else class="title">
{{ $filters.formatDate(entity.latest_calendar_date) }} *
{{ $filters.formatDate(entity.latest_calendar_date) }}
</p>
</div>
</div>
Expand Down

0 comments on commit c9ec88c

Please sign in to comment.