fix const name
This commit is contained in:
parent
03d4dab8fb
commit
a8e2399924
@ -13,7 +13,7 @@ interface EditHistoryLatestProps {
|
||||
building: Building;
|
||||
}
|
||||
|
||||
const EditHistory: React.FunctionComponent<EditHistoryLatestProps> = (props) => {
|
||||
const EditHistoryLatest: React.FunctionComponent<EditHistoryLatestProps> = (props) => {
|
||||
const [history, setHistory] = useState<EditHistoryEntry[]>(undefined);
|
||||
|
||||
useEffect(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user