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