diff --git a/src/app/components/vertical-icons.js b/src/app/components/vertical-icons.js index 986ef3e5a9..108a878513 100644 --- a/src/app/components/vertical-icons.js +++ b/src/app/components/vertical-icons.js @@ -66,7 +66,7 @@ export class VerticalIcons extends Plugin { */ addIcon ({kind, name, icon, displayName, tooltip}) { let title = (tooltip || displayName || name) - title = title.replace(/^\w/, c => c.toUpperCase()); + title = title.replace(/^\w/, c => c.toUpperCase()) this.icons[name] = yo`