diff --git a/src/components/CommandBar.tsx b/src/components/CommandBar.tsx index 7f7bbe4..4ce65b7 100644 --- a/src/components/CommandBar.tsx +++ b/src/components/CommandBar.tsx @@ -376,9 +376,12 @@ export function ServerCommandBar() { {serverName} -

- by {(obj as OnlineServer).author} -

+ {(obj as OnlineServer).author != undefined && ( +

+ by {(obj as OnlineServer).author} +

+ )} +