mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-11-03 11:57:02 +00:00
feat: add expiry label to ExpiryCountDown component in TopupPage ✨
This commit is contained in:
@@ -56,7 +56,7 @@ export default async function TopupPage({
|
||||
</div>
|
||||
</div>
|
||||
{!topup.paid && (
|
||||
<ExpiryCountDown expiresAt={topup.expires_at} />
|
||||
<ExpiryCountDown expiryLabel="Top up" expiresAt={topup.expires_at} />
|
||||
)}
|
||||
<div
|
||||
id="user-topup-details"
|
||||
|
||||
Reference in New Issue
Block a user