From 7f18a3033cd1ea97f7ced1b43c74febdcb938027 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Thu, 3 Nov 2022 23:19:32 +0700 Subject: Drop outdated references to PJAX (#6081) --- source/features/patch-diff-links.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/features/patch-diff-links.tsx') diff --git a/source/features/patch-diff-links.tsx b/source/features/patch-diff-links.tsx index b33b1833..e0dce047 100644 --- a/source/features/patch-diff-links.tsx +++ b/source/features/patch-diff-links.tsx @@ -14,10 +14,10 @@ function init(): void { } select('.commit-meta > :last-child')!.append( - - patch - { ' ' /* Workaround for: JSX eats whitespace between elements */ } - diff + + patch + {' '} + diff , ); } -- cgit v1.2.3