Skip to content

Commit bb43de6

Browse files
committed
ran 'npm run lint:fix'
1 parent 4bbf428 commit bb43de6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
chrome.runtime.onInstalled.addListener(({ reason }) => {
22
if (reason === 'install') {
33
chrome.sidePanel
4-
.setPanelBehavior({ openPanelOnActionClick: true })
5-
.catch((error) => console.error(error));
4+
.setPanelBehavior({ openPanelOnActionClick: true })
5+
.catch((error) => console.error(error));
66
}
7-
});
7+
});

0 commit comments

Comments
 (0)