From fcf29fa37c3971624745fbb55edb73cf8249ffc3 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Tue, 2 Nov 2021 20:34:03 -0400 Subject: [PATCH] br in noodle bar --- src/Locations/ui/SpecialLocation.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 {