From 89ba28f83b83d9c85f7ca3b8ed0d0ae0ccf4dc08 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 15 Jul 2024 22:27:57 +0200 Subject: [PATCH] add comment --- .../plugins/templates-selection/templates-selection-plugin.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx b/apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx index 9c2ac6f491..162e7761aa 100644 --- a/apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx +++ b/apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx @@ -68,6 +68,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin { updateComponent() { /* + This represents the different options available from the openzeppelin library. const opts = { // @ts-ignore: Object is possibly 'null'. mintable: mintableCheckboxRef.current.checked,