Skip to content

Commit

Permalink
Revert "Merge remote-tracking branch 'upstream/develop-postgres' into…
Browse files Browse the repository at this point in the history
… refactor/VolunteerViewModal-css"

This reverts commit d2b7108, reversing
changes made to 9056b43.
  • Loading branch information
Dhiren-Mhatre committed Dec 31, 2024
1 parent d2b7108 commit c02cc61
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 342 deletions.
266 changes: 0 additions & 266 deletions src/components/TagActions/TagNode.spec.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/TagActions/TagNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ const TagNode: React.FC<InterfaceTagNodeProps> = ({
className="me-2"
onChange={handleCheckboxChange}
data-testid={`checkTag${tag._id}`}
id={`checkbox-${tag._id}`}
aria-label={t('selectTag')}
/>
<i className="fa fa-folder mx-2" />{' '}
Expand Down
75 changes: 0 additions & 75 deletions src/components/TagActions/TagNodeMocks.ts

This file was deleted.

0 comments on commit c02cc61

Please sign in to comment.