summaryrefslogtreecommitdiff
path: root/source/features/comment-on-draft-pr-indicator.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/comment-on-draft-pr-indicator.tsx')
-rw-r--r--source/features/comment-on-draft-pr-indicator.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/comment-on-draft-pr-indicator.tsx b/source/features/comment-on-draft-pr-indicator.tsx
index f8625ac7..20b6a9c4 100644
--- a/source/features/comment-on-draft-pr-indicator.tsx
+++ b/source/features/comment-on-draft-pr-indicator.tsx
@@ -1,7 +1,7 @@
import * as pageDetect from 'github-url-detection';
-import features from '../feature-manager';
-import observe from '../helpers/selector-observer';
+import features from '../feature-manager.js';
+import observe from '../helpers/selector-observer.js';
function addIndicator(button: HTMLElement): void {
const preposition = button.textContent!.includes('Add') ? ' to ' : ' on ';