Merge "fix: physical node page display error"
This commit is contained in:
commit
ac660be722
@ -14,6 +14,9 @@ const useNodeSelect = (defaultNode) => {
|
||||
};
|
||||
|
||||
const Nodes = () => {
|
||||
if (!nodes.length) {
|
||||
return null;
|
||||
}
|
||||
const key = getKey();
|
||||
return (
|
||||
<div style={{ marginBottom: 16 }}>
|
||||
|
Loading…
Reference in New Issue
Block a user