diff options
Diffstat (limited to 'source/features/edit-files-faster.tsx')
-rw-r--r-- | source/features/edit-files-faster.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/edit-files-faster.tsx b/source/features/edit-files-faster.tsx index a9d2018a..1c2ce524 100644 --- a/source/features/edit-files-faster.tsx +++ b/source/features/edit-files-faster.tsx @@ -22,7 +22,7 @@ async function init(): Promise<void> { pathnameParts[4] = defaultBranch; // Replaces /${tag|commit}/ } - wrap(fileIcon, <a href={pathnameParts.join('/')} className="rgh-edit-files-faster" />); + wrap(fileIcon, <a href={pathnameParts.join('/')} className="rgh-edit-files-faster"/>); fileIcon.after(pencilIcon()); } } |