mirror of https://github.com/langgenius/dify.git
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