Skip to content

Commit

Permalink
fix: offline view crash (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed Oct 3, 2024
1 parent 66991c7 commit 6af48db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/my_error_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import "../features/parkings_view/widgets/offline_parkings_view.dart";
import "../gen/assets.gen.dart";
import "../theme/app_theme.dart";

class MyErrorWidget extends StatelessWidget {
class MyErrorWidget extends HookWidget {
const MyErrorWidget(this.error, {super.key});

final Object? error;
Expand Down

0 comments on commit 6af48db

Please sign in to comment.