diff --git a/lib/pages/pets_on_the_property_page/pets_history_screen.dart b/lib/pages/pets_on_the_property_page/pets_history_screen.dart index 9458923c..63a11f90 100644 --- a/lib/pages/pets_on_the_property_page/pets_history_screen.dart +++ b/lib/pages/pets_on_the_property_page/pets_history_screen.dart @@ -309,7 +309,7 @@ class _PetsHistoryScreenState extends State with TickerProvid cliUUID: cliUUID, cliName: cliName, model: model, - isInteractive: false, + isInteractive: true, ), ); },