diff --git a/src/components/compensations/CompensationSelector.tsx b/src/components/compensations/CompensationSelector.tsx index 463fc9cbe..64c4d620f 100644 --- a/src/components/compensations/CompensationSelector.tsx +++ b/src/components/compensations/CompensationSelector.tsx @@ -9,6 +9,7 @@ import { CompanyLocation } from "studio/lib/interfaces/companyDetails"; import { CompensationsPage } from "studio/lib/interfaces/compensations"; import { LocaleDocument } from "studio/lib/interfaces/locale"; +import styles from "./compensations.module.css"; import BenefitsByLocation from "./components/benefitsByLocation/BenefitsByLocation"; import YearlyBonuses from "./components/yearlyBonuses/YearlyBonuses"; @@ -42,7 +43,7 @@ export default function CompensationSelector({ )?.yearlyBonuses; return ( - <> +
{yearlyBonusesForLocation && ( )} @@ -55,6 +56,6 @@ export default function CompensationSelector({ /> - +
); } diff --git a/src/components/compensations/Compensations.tsx b/src/components/compensations/Compensations.tsx index a5859ce85..b6aca6a1f 100644 --- a/src/components/compensations/Compensations.tsx +++ b/src/components/compensations/Compensations.tsx @@ -22,7 +22,9 @@ export default async function Compensations({ }: CompensationsProps) { return (
- {compensations.basicTitle} + + {compensations.basicTitle} +