diff --git a/packages/components/src/layouts/Navigation/Tab/TabBar/DesktopTabItem.tsx b/packages/components/src/layouts/Navigation/Tab/TabBar/DesktopTabItem.tsx index e5ee6ee19f8..2d9e21b32dd 100644 --- a/packages/components/src/layouts/Navigation/Tab/TabBar/DesktopTabItem.tsx +++ b/packages/components/src/layouts/Navigation/Tab/TabBar/DesktopTabItem.tsx @@ -218,7 +218,7 @@ export function DesktopTabItem( ref={stackRef} style={tabBarStyle as ViewStyle} > - {shortcutKey ? ( + {platformEnv.isDesktop && shortcutKey ? (