mirror of
https://github.com/langgenius/dify.git
synced 2026-04-25 13:16:16 +08:00
fix
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user