Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel committed Feb 17, 2024
1 parent fb73517 commit 4c49fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/BrokeringQuery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<main>
<section id="order-filters" class="menu">
<ion-item lines="none">
<ion-label><h1>{{ currentRouting.routingName }}<h1></ion-label>
<ion-label><h1>{{ currentRouting.routingName }}</h1></ion-label>
<ion-chip slot="end" outline @click="router.go(-1)">
{{ getRouteIndex() }}
<ion-icon :icon="chevronUpOutline" />
Expand Down

0 comments on commit 4c49fd9

Please sign in to comment.