all good
This commit is contained in:
parent
47d89f6fad
commit
017902b8e6
82 changed files with 331466 additions and 54841 deletions
|
|
@ -54,6 +54,7 @@ interface MobileMapPageProps {
|
|||
renderPropertiesPane: () => ReactNode;
|
||||
toasts: ReactNode;
|
||||
upgradeModal: ReactNode;
|
||||
editingBar?: ReactNode;
|
||||
}
|
||||
|
||||
export function MobileMapPage({
|
||||
|
|
@ -95,6 +96,7 @@ export function MobileMapPage({
|
|||
renderPropertiesPane,
|
||||
toasts,
|
||||
upgradeModal,
|
||||
editingBar,
|
||||
}: MobileMapPageProps) {
|
||||
return (
|
||||
<div className="flex-1 overflow-hidden relative">
|
||||
|
|
@ -154,6 +156,7 @@ export function MobileMapPage({
|
|||
|
||||
<MobileBottomSheet
|
||||
legend={mobileLegend}
|
||||
editingBar={editingBar}
|
||||
onCoveredHeightChange={onBottomSheetCoveredHeightChange}
|
||||
>
|
||||
{filtersPane}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue