Merged in feature/unify_table (pull request #175)

Feature/unify table
This commit is contained in:
Florian Scholdei
2019-02-06 14:11:24 +00:00
10 changed files with 119 additions and 72 deletions

View File

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