This commit is contained in:
Markos Gogoulos
2026-02-10 09:16:55 +02:00
parent 6075514ffa
commit befc1f0efa
4 changed files with 2 additions and 146 deletions

View File

@@ -274,7 +274,7 @@ export default function ViewerInfoContent(props) {
</div>
</div>
{!inEmbeddedApp() && <CommentsList />}
<CommentsList />
</div>
);
}