Remove unnecessary div

Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
Jonathan Mezach
2023-02-17 15:41:56 +01:00
parent 95d60d60d4
commit 4335910a61
@@ -96,11 +96,7 @@ export const ReleaseTable = ({
error,
}: ReleaseTableProps) => {
if (error) {
return (
<div>
<ResponseErrorPanel error={error} />
</div>
);
return <ResponseErrorPanel error={error} />;
}
const columns: TableColumn[] = [