update demo-restaurant-finder,
This commit is contained in:
@@ -37,7 +37,7 @@ import { useRef } from 'react';
|
|||||||
const maptilerProvider = maptiler('d5JQJPLLuap8TkJJlTdJ', 'streets');
|
const maptilerProvider = maptiler('d5JQJPLLuap8TkJJlTdJ', 'streets');
|
||||||
|
|
||||||
const ViewPlace = ({}) => {
|
const ViewPlace = ({}) => {
|
||||||
const pageRef = useRef();
|
const pageRef = useRef(null);
|
||||||
const [present, dismiss] = useIonLoading();
|
const [present, dismiss] = useIonLoading();
|
||||||
const { id } = useParams();
|
const { id } = useParams();
|
||||||
const record = RecordsStore.useState(fetchRecord(id));
|
const record = RecordsStore.useState(fetchRecord(id));
|
||||||
|
Reference in New Issue
Block a user