chore: small format fix

This commit is contained in:
dec0dOS 2022-08-26 02:26:56 +03:00
parent 40f98cc9df
commit fdf5794e15

View file

@ -99,7 +99,7 @@ function NetworkMembers({ network }) {
}, },
{ {
id: "status", id: "status",
name: "Last seen", name: "Last Seen",
minWidth: "100px", minWidth: "100px",
cell: (row) => cell: (row) =>
row.online === 1 ? ( row.online === 1 ? (