diff --git a/src/Locations/ui/SpecialLocation.tsx b/src/Locations/ui/SpecialLocation.tsx
index 57ef3bd19..9ddea8d81 100644
--- a/src/Locations/ui/SpecialLocation.tsx
+++ b/src/Locations/ui/SpecialLocation.tsx
@@ -81,7 +81,12 @@ export function SpecialLocation(props: IProps): React.ReactElement {
N00dles();
}
- return ;
+ return (
+ <>
+
+
+ >
+ );
}
function CreateCorporation(): React.ReactElement {