diff --git a/services/web/frontend/js/features/source-editor/components/review-panel/current-file-container.tsx b/services/web/frontend/js/features/source-editor/components/review-panel/current-file-container.tsx index 3c4f75f8a9..ea30787f27 100644 --- a/services/web/frontend/js/features/source-editor/components/review-panel/current-file-container.tsx +++ b/services/web/frontend/js/features/source-editor/components/review-panel/current-file-container.tsx @@ -133,7 +133,7 @@ function CurrentFileContainer() { return } - if (entry.type === 'bulk-actions') { + if (entry.type === 'bulk-actions' && permissions.write) { return (
{wantTrackChanges && } - {nChanges > 1 && ( + {nChanges > 1 && permissions.write && ( <> {t('accept_all')} ({nChanges})