From 2c933570a5d93f95164fd0c6e73854979d7aa879 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 21 Mar 2023 20:37:17 -0700 Subject: [PATCH] Fix auto guard text --- components/PartyDetails/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }`}