Skip to content

Commit

Permalink
Merge pull request #190 from wearefuturegov/staging
Browse files Browse the repository at this point in the history
Production
  • Loading branch information
apricot13 authored Dec 11, 2024
2 parents 7ee74d2 + 15a66a9 commit d9d4921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/bfis/vars_bfis.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export const vars_bfis = {
return <>{isFamilyHub && <FamilyHubsNetworkTag />}</>
},
DetailDialogExtra: ({ service }) => {
if (service.meta?.some(m => m.key === "family-hub")) {
if (service.meta?.some(m => m.key === "family-hub" && m.value === "Yes")) {
return <FamilyHubsNetworkDetailDialog />
} else {
return null
Expand Down

0 comments on commit d9d4921

Please sign in to comment.