mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
Merge branch 'refactor__ProfilePage' into V3
This commit is contained in:
commit
c762c4a940
23 changed files with 1125 additions and 275 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue