Skip to content

Commit b03fba4

Browse files
committed
Fix to UI
Signed-off-by: worksofliam <[email protected]>
1 parent 1f63601 commit b03fba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/settings/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export class SettingsUI {
211211

212212
passwordAuthTab
213213
.addParagraph(`The following extensions are authorized to use the password for this connection.`)
214-
.addParagraph(`<ul>✅ <code>${passwordAuthorisedExtensions.map(ext => `<li>${ext}</li>`).join(``)}</code></ul>`)
214+
.addParagraph(`<ul>${passwordAuthorisedExtensions.map(ext => `<li>✅ <code>${ext}</code></li>`).join(``)}</ul>`)
215215
.addButtons({ id: `clearAllowedExts`, label: `Clear list` })
216216

217217
tabs.push({ label: `Extension Auth`, fields: passwordAuthTab.fields });

0 commit comments

Comments
 (0)