Skip to content

Commit

Permalink
Removed rejection history chip from the draf detail page(hotwax#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Jul 16, 2024
1 parent 3a66f14 commit d0ac7e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/DraftDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@
</ion-chip>
<ion-label class="config-label">{{ translate("last counted") }}</ion-label>
</div>
<div class="tablet">
<!-- TODO: make it dynamic, as currently we are not getting rejection history information in any of the api -->
<!-- <div class="tablet">
<ion-chip outline>
<!-- TODO: make it dynamic, as currently we are not getting rejection history information in any of the api -->
<ion-label>{{ item.rejectionHistory ? translate("3 rejections in the last week") : translate("No rejection history") }}</ion-label>
</ion-chip>
</div>
</div> -->
<ion-button fill="clear" slot="end" @click="deleteItemFromCount(item.importItemSeqId)">
<ion-icon slot="icon-only" color="medium" :icon="closeCircleOutline"/>
</ion-button>
Expand Down

0 comments on commit d0ac7e0

Please sign in to comment.