From 1eea092391c319ac8e41da62143a64337371dacc Mon Sep 17 00:00:00 2001 From: nickofolas Date: Sun, 16 Jan 2022 01:31:06 -0600 Subject: [PATCH] Remove extraneous line breaks from buttons --- src/Locations/ui/ApplyToJobButton.tsx | 1 - src/Locations/ui/GymLocation.tsx | 3 --- src/Locations/ui/TechVendorLocation.tsx | 1 - 3 files changed, 5 deletions(-) diff --git a/src/Locations/ui/ApplyToJobButton.tsx b/src/Locations/ui/ApplyToJobButton.tsx index 16594d9cd..20d09c63c 100644 --- a/src/Locations/ui/ApplyToJobButton.tsx +++ b/src/Locations/ui/ApplyToJobButton.tsx @@ -39,7 +39,6 @@ export function ApplyToJobButton(props: IProps): React.ReactElement { }> -
); } diff --git a/src/Locations/ui/GymLocation.tsx b/src/Locations/ui/GymLocation.tsx index cb8f6ca87..c735c2b69 100644 --- a/src/Locations/ui/GymLocation.tsx +++ b/src/Locations/ui/GymLocation.tsx @@ -61,15 +61,12 @@ export function GymLocation(props: IProps): React.ReactElement { -
-
-
diff --git a/src/Locations/ui/TechVendorLocation.tsx b/src/Locations/ui/TechVendorLocation.tsx index b301773d9..35f7a4b02 100644 --- a/src/Locations/ui/TechVendorLocation.tsx +++ b/src/Locations/ui/TechVendorLocation.tsx @@ -42,7 +42,6 @@ function ServerButton(props: IServerProps): React.ReactElement { cost={cost} rerender={props.rerender} /> -
); }