diff --git a/src/Locations/ui/SpecialLocation.tsx b/src/Locations/ui/SpecialLocation.tsx index a24653857..b0a7f6046 100644 --- a/src/Locations/ui/SpecialLocation.tsx +++ b/src/Locations/ui/SpecialLocation.tsx @@ -108,7 +108,11 @@ export class SpecialLocation extends React.Component { } renderCreateCorporation(): React.ReactNode { - if (!this.props.p.canAccessCorporation()) { return null; } + if (!this.props.p.canAccessCorporation()) { + return <> +

A business man is yelling at a clerk. You should come back later.

+ ; + } return (