diff --git a/components/PartyDetails/index.tsx b/components/PartyDetails/index.tsx index 2a93f342..8f6d0811 100644 --- a/components/PartyDetails/index.tsx +++ b/components/PartyDetails/index.tsx @@ -731,7 +731,7 @@ const PartyDetails = (props: Props) => { })} > {`${t('party.details.labels.auto_guard')} ${ - fullAuto ? 'On' : 'Off' + autoGuard ? 'On' : 'Off' }`}