remove div wrapper

This commit is contained in:
Ed Chalstrey 2022-08-09 15:35:18 +01:00
parent 59da16fe02
commit 149cf0bdff

View File

@ -58,9 +58,7 @@ const BuildingEditLatest: React.FunctionComponent<BuildingEditLatestProps> = ({
undefined;
return (
<div className="edit-history-entry">
<h2 className="edit-history-timestamp">Building last edited on {formatDate(parseDate(historyEntry.revision_timestamp))}</h2>
</div>
<h2 className="edit-history-timestamp">Building last edited on {formatDate(parseDate(historyEntry.revision_timestamp))}</h2>
);
};