Merge remote-tracking branch 'origin/ui' into main-demo

This commit is contained in:
2025-08-25 18:16:51 +05:30
11 changed files with 120 additions and 39 deletions

View File

@@ -212,7 +212,11 @@ function MainScene() {
{activeModule !== "market" && !selectedUser && <Footer />}
<VersionSaved />
{(commentPositionState !== null || selectedComment !== null) && <ThreadChat />}
{
(commentPositionState !== null || selectedComment !== null) &&
<ThreadChat />
}
</>
);