diff --git a/frontend/src/routes/admin/servers.tsx b/frontend/src/routes/admin/servers.tsx
index d28a4e7..3976772 100644
--- a/frontend/src/routes/admin/servers.tsx
+++ b/frontend/src/routes/admin/servers.tsx
@@ -55,7 +55,17 @@ const ServerTable = () => {
),
filterFn: "includesString",
- cell: (i) => i.getValue(),
+ cell: (i) => (
+ <>
+
+ {i.getValue()}
+
+ >
+ ),
}),
columnHelper.accessor("greatPlainsPlantCode", {
header: ({ column }) => (