Skip to content

Commit

Permalink
Updated: Preserved Formatting of Group Descriptions in Cards(#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed Jul 8, 2024
1 parent 86f6ea5 commit c5469c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/InventoryChannels.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div>
<ion-card-subtitle class="overline">{{ channel.facilityGroupId }}</ion-card-subtitle>
<ion-card-title>{{ channel.facilityGroupName }}</ion-card-title>
<ion-card-subtitle>{{ channel.description }}</ion-card-subtitle>
<ion-card-subtitle v-html="channel.description.replace(/(?:\n|\n)/g, '<br />')"></ion-card-subtitle>
</div>
</ion-card-header>

Expand Down

0 comments on commit c5469c7

Please sign in to comment.