Fix auto guard text

This commit is contained in:
Justin Edmund 2023-03-21 20:37:17 -07:00
parent 4e1d342ff5
commit 2c933570a5

View file

@ -731,7 +731,7 @@ const PartyDetails = (props: Props) => {
})} })}
> >
{`${t('party.details.labels.auto_guard')} ${ {`${t('party.details.labels.auto_guard')} ${
fullAuto ? 'On' : 'Off' autoGuard ? 'On' : 'Off'
}`} }`}
</Token> </Token>