Remove unnecessary div
Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
@@ -96,11 +96,7 @@ export const ReleaseTable = ({
|
||||
error,
|
||||
}: ReleaseTableProps) => {
|
||||
if (error) {
|
||||
return (
|
||||
<div>
|
||||
<ResponseErrorPanel error={error} />
|
||||
</div>
|
||||
);
|
||||
return <ResponseErrorPanel error={error} />;
|
||||
}
|
||||
|
||||
const columns: TableColumn[] = [
|
||||
|
||||
Reference in New Issue
Block a user