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}
/>
-
>
);
}