From f8a586b93269260547640a2df62dac1527664a22 Mon Sep 17 00:00:00 2001 From: Chris Short <13677134+devcshort@users.noreply.github.com> Date: Wed, 23 Aug 2023 12:10:13 -0700 Subject: [PATCH] Update handling of phone numbers --- .../components/organisms/ResourceInformationSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/client/components/organisms/ResourceInformationSection.tsx b/packages/client/components/organisms/ResourceInformationSection.tsx index 7446fd6e..c341eb2d 100644 --- a/packages/client/components/organisms/ResourceInformationSection.tsx +++ b/packages/client/components/organisms/ResourceInformationSection.tsx @@ -123,11 +123,11 @@ export function ResourceInformationSection(props: Props) { - {phone.type === 'voice' ? : } + {phone.type === 'fax' ? : } - {phone.type === 'voice' ? t('voice') : t('fax')} + {phone.type === 'fax' ? t('fax') : t('voice')} {phone.type === 'voice' ? (