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 140692e commit a3ca02c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/MemberDetail/customTableCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const CustomTableCell: React.FC<{ eventId: string }> = ({ eventId }) => {
</TableCell>
</TableRow>
);

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

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

0 comments on commit a3ca02c

Please sign in to comment.