mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04:39 +00:00
remove: redundant comment in release page code
This commit is contained in:
parent
d6bdbd276c
commit
51a51ae61e
1 changed files with 0 additions and 17 deletions
|
@ -141,20 +141,3 @@ export const ReleasePage = (props: any) => {
|
||||||
</main>
|
</main>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
{
|
|
||||||
/* <Chip
|
|
||||||
bg_color={
|
|
||||||
data.release.grade.toFixed(1) == 0
|
|
||||||
? "hidden"
|
|
||||||
: data.release.grade.toFixed(1) < 2
|
|
||||||
? "bg-red-500"
|
|
||||||
: data.release.grade.toFixed(1) < 3
|
|
||||||
? "bg-orange-500"
|
|
||||||
: data.release.grade.toFixed(1) < 4
|
|
||||||
? "bg-yellow-500"
|
|
||||||
: "bg-green-500"
|
|
||||||
}
|
|
||||||
name={data.release.grade.toFixed(1)}
|
|
||||||
/> */
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue