Skip to content

Commit 87edd75

Browse files
authored
fix: cityguide bottomsheet not visible on map (#12830)
1 parent c474f60 commit 87edd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Scenes/Map/GlobalMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,8 @@ export const GlobalMap: React.FC<Props> = (props) => {
565565
{renderShowCard()}
566566
</Flex>
567567
)}
568+
<CityBottomSheet drawerPosition={drawerPosition} citySlug={viewer.city?.slug || ""} />
568569
</Flex>
569-
<CityBottomSheet drawerPosition={drawerPosition} citySlug={viewer.city?.slug || ""} />
570570
</ProvideScreenTracking>
571571
)
572572
}

0 commit comments

Comments
 (0)