Fixed Family Profile Break

This commit was merged in pull request #475.
This commit is contained in:
2023-10-31 21:42:15 -07:00
parent 6de795c07b
commit ed148ce267
2 changed files with 11 additions and 7 deletions
+5 -1
View File
@@ -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 (
<tr