Merge branch 'refactor__ProfilePage' into V3

This commit is contained in:
Kentai Radiquum 2024-08-27 16:29:24 +05:00
commit c762c4a940
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
23 changed files with 1125 additions and 275 deletions

View file

@ -133,7 +133,7 @@ export const ReleaseInfoInfo = (props: {
</Table.Cell>
<Table.Cell className="font-medium text-gray-900 whitespace-nowrap dark:text-white">
{props.aired_on_date != 0 ? (
unixToDate(props.aired_on_date)
unixToDate(props.aired_on_date, "full")
) : props.year ? (
<>
{props.season && props.season != 0