Skip to content

Commit

Permalink
Merge pull request #794 from amansinghbais/skeleton-fix
Browse files Browse the repository at this point in the history
Fixed: distorting ui due to skeleton text in inprogress page
  • Loading branch information
ravilodhi authored Sep 27, 2024
2 parents d4beb1a + 1a00281 commit 8a48dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/InProgress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@

<div class="desktop-only" v-if="!order.shipmentPackages && !order.hasMissingInfo">
<ion-item lines="none">
<ion-skeleton-text animated style="width: 50%;"/>
<ion-skeleton-text animated />
</ion-item>
</div>

<div class="desktop-only ion-text-center">
<div class="desktop-only ion-text-center" v-else>
<!-- Check to not call the segment change method autocatically as initially the data is not available and thus ionChange event is called when data is populated -->
<div>
<template v-if="item.rejectReason">
Expand Down

0 comments on commit 8a48dad

Please sign in to comment.