Skip to content

Commit

Permalink
Merge pull request #2557 from frappe/version-15-hotfix
Browse files Browse the repository at this point in the history
chore: release v15
  • Loading branch information
ruchamahabal authored Dec 27, 2024
2 parents 22a4581 + df4adc5 commit 0b3acac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/src/components/ExpenseClaimItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
{{ claimTitle }}
</div>
<div class="text-xs font-normal text-gray-500">
<span>
{{ formatCurrency(props.doc.total_claimed_amount, currency) }}
</span>
<span>{{ claimDates }}</span>
<span class="whitespace-pre"> &middot; </span>
<span class="whitespace-nowrap">
{{ claimDates }}
{{ formatCurrency(props.doc.total_claimed_amount, currency) }}
</span>
</div>
</div>
Expand Down

0 comments on commit 0b3acac

Please sign in to comment.