Merge branch 'develop' into feat/setup-eslint-rules

This commit is contained in:
Sivin Varghese
2024-08-02 09:39:55 +05:30
committed by GitHub
17 changed files with 238 additions and 13 deletions
@@ -17,6 +17,14 @@ const primaryMenuItems = accountId => [
toState: frontendURL(`accounts/${accountId}/dashboard`),
toStateName: 'home',
},
{
icon: 'captain',
key: 'captain',
label: 'CAPTAIN',
featureFlag: FEATURE_FLAGS.CAPTAIN,
toState: frontendURL(`accounts/${accountId}/captain`),
toStateName: 'captain',
},
{
icon: 'book-contacts',
key: 'contacts',