From b180bffa9980350d5fc559164929f725d2316810 Mon Sep 17 00:00:00 2001 From: Keith Daulton Date: Thu, 31 Aug 2023 23:12:37 -0400 Subject: [PATCH] Fixes icons in action item component --- src/webviews/apps/shared/components/actions/action-item.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webviews/apps/shared/components/actions/action-item.ts b/src/webviews/apps/shared/components/actions/action-item.ts index 6f28426..3cbad30 100644 --- a/src/webviews/apps/shared/components/actions/action-item.ts +++ b/src/webviews/apps/shared/components/actions/action-item.ts @@ -43,7 +43,7 @@ export class ActionItem extends LitElement { @property() icon = ''; - overriderender() { + override render() { return html` - + `; }