Skip to content

Commit

Permalink
feat(pci.kubernetes): enable us region
Browse files Browse the repository at this point in the history
ref: TAPC-2080
Signed-off-by: Pierre-Philippe <[email protected]>
  • Loading branch information
Pierre-Philippe committed Dec 18, 2024
1 parent d36bad6 commit d5ef913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function DetailPage() {
),
to: useResolvedPath('logs').pathname,
tracking: TRACKING_TABS.LOGS,
isHidden: region === 'US',
isHidden: false,
},
];

Expand Down

0 comments on commit d5ef913

Please sign in to comment.