summaryrefslogtreecommitdiff
path: root/source/features/quick-pr-diff-options.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/quick-pr-diff-options.tsx')
-rw-r--r--source/features/quick-pr-diff-options.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/features/quick-pr-diff-options.tsx b/source/features/quick-pr-diff-options.tsx
index d5165b65..813468ca 100644
--- a/source/features/quick-pr-diff-options.tsx
+++ b/source/features/quick-pr-diff-options.tsx
@@ -106,13 +106,9 @@ function initPR(): false | void {
function initCommitAndCompare(): false | void {
select('#toc')!.prepend(
<div className="float-right d-flex">
- <div className="d-flex ml-3 BtnGroup">{createDiffStyleToggle()}</div>
<div className="d-flex ml-3 BtnGroup">{createWhitespaceButton()}</div>
</div>,
);
-
- // Remove previous options UI
- select('[data-ga-load^="Diff, view"]')!.remove();
}
void features.add(__filebasename, {