From ed148ce26765fd6ea0e997a112a7e4326b7c405d Mon Sep 17 00:00:00 2001 From: Chief Bube Date: Tue, 31 Oct 2023 21:42:15 -0700 Subject: [PATCH] Fixed Family Profile Break --- src/components/FamilyAcc/FamilyTable.jsx | 6 +++++- src/components/FamilyAcc/Tabs/FamilyProfile.jsx | 12 ++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/components/FamilyAcc/FamilyTable.jsx b/src/components/FamilyAcc/FamilyTable.jsx index 6803470..6807bc7 100644 --- a/src/components/FamilyAcc/FamilyTable.jsx +++ b/src/components/FamilyAcc/FamilyTable.jsx @@ -60,7 +60,11 @@ export default function FamilyTable({ const key = `family-${family_uid}`; // Assign a unique key const trackingStatus = - enable_traking === "0" ? "Stopped" : enable_traking === "100" ? "Active" : ""; + enable_traking === "0" + ? "Stopped" + : enable_traking === "100" + ? "Active" + : ""; return (