Skip to content

Commit 13247ac

Browse files
committed
Merge branch 'guoqi/dev' of github.com:guoqqqi/apisix-dashboard into guoqi/dev
2 parents c72fbbd + d49f4d4 commit 13247ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/pages/ServerInfo/List.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const ServerInfo: React.FC = () => {
5454
setData(
5555
nodeList.find((item) => {
5656
return item.id === value;
57-
}),
57+
})
5858
);
5959
}}
6060
>

0 commit comments

Comments
 (0)