We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c72fbbd + d49f4d4 commit 13247acCopy full SHA for 13247ac
1 file changed
web/src/pages/ServerInfo/List.tsx
@@ -54,7 +54,7 @@ const ServerInfo: React.FC = () => {
54
setData(
55
nodeList.find((item) => {
56
return item.id === value;
57
- }),
+ })
58
);
59
}}
60
>
0 commit comments