This commit is contained in:
Juan Gilsanz Polo
2024-02-26 22:20:35 +01:00
parent 4f4e3e1925
commit 75d025fdfc
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ class OnboardingConnect extends ConsumerWidget {
}
class _ConnectForm extends ConsumerWidget {
const _ConnectForm({Key? key}) : super(key: key);
const _ConnectForm();
@override
Widget build(BuildContext context, WidgetRef ref) {