Skip to content

Commit

Permalink
Update customTableCell.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Bittukr7479 authored Jan 21, 2025
1 parent 9769c63 commit 140692e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MemberDetail/customTableCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const CustomTableCell: React.FC<{ eventId: string }> = ({ eventId }) => {
</TableCell>
</TableRow>
);
/*istanbul ignore next*/

if (error) {
return (
<TableRow data-testid="error-state">
Expand All @@ -40,7 +40,7 @@ export const CustomTableCell: React.FC<{ eventId: string }> = ({ eventId }) => {
);
}
const event = data?.event;
/*istanbul ignore next*/

if (!event) {
return (
<TableRow data-testid="no-event-state">
Expand Down

0 comments on commit 140692e

Please sign in to comment.