diff --git a/src/components/Home/FamilyDash.jsx b/src/components/Home/FamilyDash.jsx index 63e291b..be727a3 100644 --- a/src/components/Home/FamilyDash.jsx +++ b/src/components/Home/FamilyDash.jsx @@ -13,11 +13,11 @@ export default function FamilyDash({ familyOffers, MyActiveJobList }) {
{/* */} - {process.env.REACT_APP_SHOW_NEW_FAMILY_DASH && + {process.env.REACT_APP_SHOW_NEW_FAMILY_DASH == '1' && <>
{[1,2,3,4,5].map((item, index) => ( - +
@@ -29,7 +29,7 @@ export default function FamilyDash({ familyOffers, MyActiveJobList }) {

Resources

{[1,2,3,4,5].map((item, index) => ( - +