Skip to content

Commit

Permalink
✨ delete commets
Browse files Browse the repository at this point in the history
Signed-off-by: Shevijacobson <[email protected]>
  • Loading branch information
Shevijacobson committed Sep 18, 2024
1 parent feabdd7 commit c9dd6fa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions client/src/app/pages/archetypes/archetypes-page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useState } from "react";
import { Trans, useTranslation } from "react-i18next";
import { useHistory } from "react-router-dom";

import {
Button,
ButtonVariant,
Expand Down Expand Up @@ -521,15 +520,6 @@ const Archetypes: React.FC = () => {
},
]
: []),
// ...(archetypeWriteAccess
// ? [
// {
// title: t("actions.edit"),
// onClick: () =>
// setArchetypeToEdit(archetype),
// },
// ]
// : []),
...(archetype?.assessments?.length &&
assessmentWriteAccess
? [
Expand Down

0 comments on commit c9dd6fa

Please sign in to comment.