Skip to content

Commit d2ed283

Browse files
ref(replays): hide console tab for mobile replays
1 parent b570036 commit d2ed283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/replays/detail/layout/focusTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function getReplayTabs({
2727

2828
return {
2929
[TabKey.BREADCRUMBS]: t('Breadcrumbs'),
30-
[TabKey.CONSOLE]: t('Console'),
30+
[TabKey.CONSOLE]: isVideoReplay ? null : t('Console'),
3131
[TabKey.NETWORK]: t('Network'),
3232
[TabKey.ERRORS]: t('Errors'),
3333
[TabKey.TRACE]: hasTraceTable || isVideoReplay ? null : t('Trace'),

0 commit comments

Comments
 (0)