We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e448e09 commit c81a3daCopy full SHA for c81a3da
packages/manager/apps/container/src/container/legacy/account-sidebar/Shortcuts/useShortcuts.ts
@@ -21,16 +21,12 @@ const useShortcuts = (): UseShortcuts => {
21
22
const getShortcuts = (): Shortcut[] => {
23
return [
24
- ...(['EU', 'CA'].includes(region)
25
- ? [
26
- {
27
- id: 'services',
28
- icon: getOdsIcon(ODS_ICON_NAME.MULTI_DEVICE_CONCEPT),
29
- url: navigation.getURL('dedicated', '#/billing/autoRenew'),
30
- tracking: 'hub::sidebar::shortcuts::go-to-services',
31
- },
32
- ]
33
- : []),
+ {
+ id: 'services',
+ icon: getOdsIcon(ODS_ICON_NAME.MULTI_DEVICE_CONCEPT),
+ url: navigation.getURL('billing', '#/autoRenew'),
+ tracking: 'hub::sidebar::shortcuts::go-to-services',
+ },
34
{
35
id: 'bills',
36
icon: getOdsIcon(ODS_ICON_NAME.RECEIPT_CONCEPT),
0 commit comments