mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
Move <hr> to correct file
This commit is contained in:
@@ -13,12 +13,7 @@ class ChangesetTable extends React.Component<Props> {
|
||||
const content = changesets.map((changeset, index) => {
|
||||
return <ChangesetRow key={index} changeset={changeset} />;
|
||||
});
|
||||
return (
|
||||
<div>
|
||||
<hr />
|
||||
{content}
|
||||
</div>
|
||||
);
|
||||
return <div>{content}</div>;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user