mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-28 08:59:40 +05:00
feat: add user vote change for a release in a rating widget
This commit is contained in:
parent
8f6319ab0d
commit
c947f36289
3 changed files with 215 additions and 81 deletions
|
@ -96,6 +96,7 @@ export const ReleasePage = (props: any) => {
|
|||
{data.release.status.name.toLowerCase() != "анонс" && (
|
||||
<div className="[grid-column:2]">
|
||||
<ReleaseInfoRating
|
||||
release_id={props.id}
|
||||
grade={data.release.grade}
|
||||
token={token}
|
||||
votes={{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue