mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 03:32:17 +08:00
fix time parse error
This commit is contained in:
parent
88f7d4ee0b
commit
78fb7294b5
|
@ -89,7 +89,7 @@ const ProxyProvider: React.FC = () => {
|
|||
>
|
||||
{provider.subscriptionInfo && (
|
||||
<div className="select-none h-[32px] leading-[32px] text-default-500">
|
||||
{dayjs(provider.subscriptionInfo.Expire).format('YYYY-MM-DD')}
|
||||
{dayjs.unix(provider.subscriptionInfo.Expire).format('YYYY-MM-DD')}
|
||||
</div>
|
||||
)}
|
||||
</SettingItem>
|
||||
|
|
Loading…
Reference in New Issue
Block a user