Fix #944 merge errors

This commit is contained in:
Snarling
2023-12-27 04:35:58 -05:00
parent ccf0aa4771
commit 550829a1c3
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ export function GenericLocation({ loc }: IProps): React.ReactElement {
<>
<Button onClick={() => Router.toPage(Page.City)}>Return to World</Button>
<Typography variant="h4" sx={{ mt: 1 }}>
{backdoorInstalled ? (
{backdoorInstalled && serverMeta ? (
<Tooltip title={`Backdoor installed on ${serverMeta.hostname}.`}>
<span>
<CorruptableText content={loc.name} spoiler={false} />