TP-85067 | Remove email tab and rename geolocations (#1126)

* TP-85067 | Remove email tab and rename geolocations

* TP-85067 | remove comments from email tab

* TP-85067 | Remove email tab and rename geolocations

---------

Co-authored-by: Varnit Goyal <varnit.goyal@navi.com>
This commit is contained in:
Ashish Deo
2024-09-21 20:36:15 +05:30
committed by GitHub
parent 1246b7961c
commit c2151e5fa3

View File

@@ -269,7 +269,7 @@ export const ADDRESSES_TAB = [
},
{
key: ADDRESSES_TAB_KEYS.GEOLOCATIONS,
value: 'Geolocations',
value: 'VKY Location',
component: <Geolocations />
}
];
@@ -290,12 +290,12 @@ export const CONTACT_TABS_KEYS = [
key: CONTACT_TABS.PHONE_NUMBER,
value: 'Phone Numbers',
component: <PhoneNumberDetails />
},
{
key: CONTACT_TABS.EMAIL_IDS,
value: 'Email IDs',
component: <EmailIds />
}
// {
// key: CONTACT_TABS.EMAIL_IDS,
// value: 'Email IDs',
// component: <EmailIds />
// }
];
export const defaultQueryParams = {