Skip to content

Commit a3ca02c

Browse files
authored
Update customTableCell.tsx
1 parent 140692e commit a3ca02c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/MemberDetail/customTableCell.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export const CustomTableCell: React.FC<{ eventId: string }> = ({ eventId }) => {
2929
</TableCell>
3030
</TableRow>
3131
);
32-
3332
if (error) {
3433
return (
3534
<TableRow data-testid="error-state">
@@ -40,7 +39,6 @@ export const CustomTableCell: React.FC<{ eventId: string }> = ({ eventId }) => {
4039
);
4140
}
4241
const event = data?.event;
43-
4442
if (!event) {
4543
return (
4644
<TableRow data-testid="no-event-state">

0 commit comments

Comments
 (0)