Refactor keyboard shortcut handling and improve module switching logic
This commit is contained in:
@@ -130,7 +130,7 @@ const Project: React.FC = () => {
|
||||
<LogList />
|
||||
</RenderOverlay>
|
||||
)}
|
||||
{activeModule != "market" && <Footer />}
|
||||
{activeModule !== "market" && !selectedUser && <Footer />}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user