remove edit hist title
This commit is contained in:
parent
a8e2399924
commit
0b9598f47b
@ -30,8 +30,6 @@ const EditHistoryLatest: React.FunctionComponent<EditHistoryLatestProps> = (prop
|
||||
|
||||
return (
|
||||
<>
|
||||
<ContainerHeader title="Edit history" backLink='.' cat='edit-history' />
|
||||
|
||||
<ul className="edit-history-list">
|
||||
{history && history.map(entry => (
|
||||
<li key={`${entry.revision_id}`} className="edit-history-list-element">
|
||||
|
Loading…
Reference in New Issue
Block a user