Skip to content

Commit

Permalink
fixed code coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulch07 committed Jan 11, 2025
1 parent 43c9220 commit b5e6d4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/ManageTag/ManageTag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ function ManageTag(): JSX.Element {
},
});

/* istanbul ignore else -- @preserve */
if (data) {
toast.success(t('tagUpdationSuccess'));
userTagAssignedMembersRefetch();
Expand Down

0 comments on commit b5e6d4f

Please sign in to comment.