mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-06 07:37:56 +02:00
Fix #944 merge errors
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user