From c9dd6fa81096e2fe82a11afc79a3d954e8de8a26 Mon Sep 17 00:00:00 2001 From: Shevijacobson Date: Wed, 18 Sep 2024 11:23:02 +0300 Subject: [PATCH] :sparkles: delete commets Signed-off-by: Shevijacobson --- client/src/app/pages/archetypes/archetypes-page.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/client/src/app/pages/archetypes/archetypes-page.tsx b/client/src/app/pages/archetypes/archetypes-page.tsx index 3fd9a89b0..895b39023 100644 --- a/client/src/app/pages/archetypes/archetypes-page.tsx +++ b/client/src/app/pages/archetypes/archetypes-page.tsx @@ -1,7 +1,6 @@ import React, { useState } from "react"; import { Trans, useTranslation } from "react-i18next"; import { useHistory } from "react-router-dom"; - import { Button, ButtonVariant, @@ -521,15 +520,6 @@ const Archetypes: React.FC = () => { }, ] : []), - // ...(archetypeWriteAccess - // ? [ - // { - // title: t("actions.edit"), - // onClick: () => - // setArchetypeToEdit(archetype), - // }, - // ] - // : []), ...(archetype?.assessments?.length && assessmentWriteAccess ? [