+
>
diff --git a/src/DevMenu/ui/SourceFiles.tsx b/src/DevMenu/ui/SourceFiles.tsx
index acedef7b0..2468767af 100644
--- a/src/DevMenu/ui/SourceFiles.tsx
+++ b/src/DevMenu/ui/SourceFiles.tsx
@@ -72,10 +72,18 @@ export function SourceFiles(props: IProps): React.ReactElement {
|
-
-
-
-
+
+
+
+
|
diff --git a/src/Infiltration/ui/Intro.tsx b/src/Infiltration/ui/Intro.tsx
index de1cdf8b1..10e625816 100644
--- a/src/Infiltration/ui/Intro.tsx
+++ b/src/Infiltration/ui/Intro.tsx
@@ -48,11 +48,12 @@ function coloredArrow(difficulty: number): JSX.Element {
}
export function Intro(props: IProps): React.ReactElement {
+ console.log(props);
return (
<>
- Infiltrating {props.Location}
+ Infiltrating {props.Location.name}
Maximum level: {props.MaxLevel}
diff --git a/src/Locations/ui/City.tsx b/src/Locations/ui/City.tsx
index b2215b6bb..98be1b620 100644
--- a/src/Locations/ui/City.tsx
+++ b/src/Locations/ui/City.tsx
@@ -35,6 +35,7 @@ function LocationLetter(location: Location): React.ReactElement {
if (!location) return *;
return (
) => any;
@@ -65,7 +66,12 @@ export class AutoupdatingStdButton extends React.Component {
};
return (
-