fix puntuaciones

This commit is contained in:
Juan Felipe Duarte
2023-04-28 15:56:54 -05:00
parent b3d31d3a8d
commit 9354350b26
12 changed files with 239 additions and 61 deletions
+1 -2
View File
@@ -138,8 +138,7 @@ class _ProfessionalInfoScreenState extends State<ProfessionalInfoScreen> {
Navigator.of(context).push(
CupertinoPageRoute(
builder: (BuildContext context) {
return ReputationScreen(
professional: widget.professional);
return ReputationScreen();
},
),
);