fix router
This commit is contained in:
@@ -135,7 +135,7 @@ class _LatestOperationsCardContent extends StatelessWidget {
|
||||
final operation = state.operations[index];
|
||||
return InkWell(
|
||||
onTap: () => context.push(
|
||||
'/operation-form',
|
||||
'/operations/form/id=${operation.id}',
|
||||
extra: operation,
|
||||
),
|
||||
child: Padding(
|
||||
|
||||
Reference in New Issue
Block a user