Skip to content

Commit 3708f63

Browse files
committed
Added whitespace to template literal for readability ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js-chrome-starter]
1 parent 831da0a commit 3708f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starters/chrome/extension/popup/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// Update toolbar icon
2828
chrome.action.setIcon({ path: Object.fromEntries(
2929
Object.keys(chrome.runtime.getManifest().icons).map(dimension =>
30-
[dimension, `../icons/${config.extensionDisabled ? 'faded/' : ''}icon${dimension}.png`]
30+
[dimension, `../icons/${ config.extensionDisabled ? 'faded/' : '' }icon${dimension}.png`]
3131
))})
3232

3333
// Update menu contents

0 commit comments

Comments
 (0)