remove div wrapper
This commit is contained in:
parent
59da16fe02
commit
149cf0bdff
@ -58,9 +58,7 @@ const BuildingEditLatest: React.FunctionComponent<BuildingEditLatestProps> = ({
|
|||||||
undefined;
|
undefined;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="edit-history-entry">
|
<h2 className="edit-history-timestamp">Building last edited on {formatDate(parseDate(historyEntry.revision_timestamp))}</h2>
|
||||||
<h2 className="edit-history-timestamp">Building last edited on {formatDate(parseDate(historyEntry.revision_timestamp))}</h2>
|
|
||||||
</div>
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user