This commit is contained in:
yyh 2026-03-05 16:17:38 +08:00
parent f03ec7f671
commit 922dc71e36
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ const QuotaPanel: FC<QuotaPanelProps> = ({
<span>
{t('modelProvider.resetDate', {
ns: 'common',
date: formatTime(nextCreditResetDate!, t('dateFormat', { ns: 'appLog' })),
date: formatTime(nextCreditResetDate, t('dateFormat', { ns: 'appLog' })),
interpolation: { escapeValue: false },
})}
</span>