mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 05:56:31 +08:00
fix
This commit is contained in:
parent
f03ec7f671
commit
922dc71e36
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user