fixed changesets component

This commit is contained in:
Florian Scholdei
2019-02-01 10:50:05 +01:00
parent b5f392d73e
commit 59abab212a
3 changed files with 30 additions and 13 deletions

View File

@@ -21,11 +21,7 @@ class ChangesetList extends React.Component<Props> {
/>
);
});
return (
<div className="panel-block">
{content}
</div>
);
return <>{content}</>;
}
}