Skip to content

Commit

Permalink
Add server ID to staff refund page
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Jan 18, 2025
1 parent e0d0736 commit 495dbbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/frontend/src/pages/admin/billing/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
</span>
<div class="mb-4 mt-2 flex items-center gap-1">
{{ subscription.status }} ⋅ {{ $dayjs(subscription.created).format("YYYY-MM-DD") }}
<template v-if="subscription.metadata?.id"> ⋅ {{ subscription.metadata.id }}</template>
</div>
<div
v-for="charge in subscription.charges"
Expand Down

0 comments on commit 495dbbb

Please sign in to comment.