This commit is contained in:
Roland Geider
2022-05-12 19:19:02 +02:00
parent f6a2dcbf33
commit f8aa3e7384

View File

@@ -25,12 +25,7 @@ import 'package:wger/providers/user.dart';
class UserProfileForm extends StatefulWidget {
late Profile _profile;
UserProfileForm() {
//_weightEntry = weightEntry ?? WeightEntry(date: DateTime.now());
//weightController.text = _weightEntry.id == null ? '' : _weightEntry.weight.toString();
//dateController.text = toDate(_weightEntry.date)!;
}
UserProfileForm();
@override
State<UserProfileForm> createState() => _UserProfileFormState();