Skip to content

Commit

Permalink
✨ delete commets
Browse files Browse the repository at this point in the history
Signed-off-by: Shevijacobson <shevijacob@gmail.com>
  • Loading branch information
Shevijacobson committed Sep 18, 2024
1 parent feabdd7 commit abcc5ce
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions client/src/app/pages/archetypes/archetypes-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -521,15 +521,7 @@ const Archetypes: React.FC = () => {
},
]
: []),
// ...(archetypeWriteAccess
// ? [
// {
// title: t("actions.edit"),
// onClick: () =>
// setArchetypeToEdit(archetype),
// },
// ]
// : []),

...(archetype?.assessments?.length &&
assessmentWriteAccess
? [
Expand Down

0 comments on commit abcc5ce

Please sign in to comment.