Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cesnietor committed Apr 24, 2023
1 parent 4ad91b0 commit f87edd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ const PodDescribeTable = ({
</TableRow>
);
} else {
<React.Fragment />;
return <React.Fragment />;
}
})}
</TableBody>
Expand Down

0 comments on commit f87edd8

Please sign in to comment.