Fixed Family Profile Break
This commit was merged in pull request #475.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user