Skip to content

Commit 21b7c36

Browse files
committed
Remove stray comment in Popup
1 parent 8ff13ba commit 21b7c36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/popup/component.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ function executeScript(position: number): void {
5252
export function Popup() {
5353
// Sends the `popupMounted` event
5454
React.useEffect(() => {
55-
// NOTE - we use conditional chaining on `browser`import
56-
// because it doesn't load up in Storybook
5755
browser.runtime.sendMessage({ popupMounted: true });
5856
}, []);
5957

0 commit comments

Comments
 (0)