Launch add review through URL route params
Build and deploy Flutter Web / build (push) Successful in 2m30s

This commit is contained in:
Ruslan Bakiev
2026-06-13 00:46:55 +07:00
parent dedde2deea
commit e641837815
2 changed files with 50 additions and 21 deletions
@@ -165,8 +165,7 @@ class _MapContent extends StatelessWidget {
void _openAddFlow(BuildContext context, LatLng? coordinate) {
context.push(
'/experience/new',
extra: AddExperienceArgs(
MapflowRoutes.addExperienceLocation(
coordinate: coordinate,
hasTelegramAuth: state.hasTelegramAuth,
),