From edf55bc3479154792ede831e63e66dc7a4887a75 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Tue, 18 Jan 2022 17:26:46 +0100 Subject: [PATCH] Update vertical-icons.tsx --- apps/remix-ide/src/app/components/vertical-icons.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/remix-ide/src/app/components/vertical-icons.tsx b/apps/remix-ide/src/app/components/vertical-icons.tsx index 6ed6fad0ff..2e8deaa182 100644 --- a/apps/remix-ide/src/app/components/vertical-icons.tsx +++ b/apps/remix-ide/src/app/components/vertical-icons.tsx @@ -18,7 +18,6 @@ const profile = { events: ['toggleContent', 'showContent'] } -// TODO merge with side-panel.js. VerticalIcons should not be a plugin export class VerticalIcons extends Plugin { events: EventEmitter htmlElement: HTMLDivElement