mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Cleanup
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user