Merge "fix: physical node page display error"

This commit is contained in:
Zuul 2024-03-28 07:19:52 +00:00 committed by Gerrit Code Review
commit ac660be722

View File

@ -14,6 +14,9 @@ const useNodeSelect = (defaultNode) => {
};
const Nodes = () => {
if (!nodes.length) {
return null;
}
const key = getKey();
return (
<div style={{ marginBottom: 16 }}>