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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user