From 0fbcdfd0d2567b5dda8f9925305da73a3572a424 Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 9 Jan 2023 16:46:52 +0100 Subject: [PATCH] chore: fixing warning Signed-off-by: blam --- plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx b/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx index 50ec86f2f5..c0957775c0 100644 --- a/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx +++ b/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx @@ -111,7 +111,7 @@ export const ActionsPage = () => { <> {[props.type].flat().map(type => ( - + ))}