diff --git a/src/client/pages/Servers.tsx b/src/client/pages/Servers.tsx index 850bd44..f309223 100644 --- a/src/client/pages/Servers.tsx +++ b/src/client/pages/Servers.tsx @@ -242,7 +242,7 @@ export const ServerList: React.FC<{ }, }, { - key: 'updatedAt', + dataIndex: 'updatedAt', title: 'updatedAt', render: (val) => { return dayjs(val).format('MMM D HH:mm:ss');