+
) : (
diff --git a/app/pages/Release.tsx b/app/pages/Release.tsx
index a367118..1db0b0b 100644
--- a/app/pages/Release.tsx
+++ b/app/pages/Release.tsx
@@ -14,6 +14,7 @@ import { ReleaseInfoUserList } from "#/components/ReleaseInfo/ReleaseInfo.UserLi
import { ReleaseInfoRating } from "#/components/ReleaseInfo/ReleaseInfo.Rating";
import { ReleaseInfoRelated } from "#/components/ReleaseInfo/ReleaseInfo.Related";
import { ReleaseInfoScreenshots } from "#/components/ReleaseInfo/ReleaseInfo.Screenshots";
+import { CommentsMain } from "#/components/Comments/Comments.Main";
export const ReleasePage = (props: any) => {
const token = useUserStore((state) => state.token);
@@ -46,7 +47,7 @@ export const ReleasePage = (props: any) => {
return data ? (
-
+
{
note={data.release.note}
/>
-
+
{
genres={data.release.genres}
/>
-
+
{
/>
{data.release.status.name.toLowerCase() != "анонс" && (
-
+
)}
{data.release.status.name.toLowerCase() != "анонс" && (
-
+
{
)}
{data.release.screenshot_images.length > 0 && (
-
+
)}
+
+
+
+
+
{data.release.related_releases.length > 0 && (
-