Skip to content

Commit

Permalink
Update home.dart (#3305)
Browse files Browse the repository at this point in the history
## Related Issues

fixes #your-issue-number

<!--
  Update to link the issue that is going to be fixed by this.
  Unless this concerns documentation, make sure to create an issue first
  before raising a PR.

  You do not need to describe what this PR is doing, as this should
  already be covered by the associated issue.
  If the linked issue isn't enough, then chances are a new issue
  is needed.

  Don't hesitate to create many issues! This can avoid working
  on something, only to have your PR closed or have to be rewritten
  due to a disagreement/misunderstanding.
 -->

## Checklist

Before you create this PR confirm that it meets all requirements listed
below by checking the relevant checkboxes (`[x]`).

- [ ] I have updated the `CHANGELOG.md` of the relevant packages.
      Changelog files must be edited under the form:

  ```md
  ## Unreleased fix/major/minor

  - Description of your change. (thanks to @yourgithubid)
  ```

- [ ] If this contains new features or behavior changes,
      I have updated the documentation to match those changes.
  • Loading branch information
rrousselGit committed Jan 26, 2024
1 parent 94cf01e commit 255efb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/marvel/lib/src/screens/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Home extends HookConsumerWidget {
child: Text(
switch (err) {
DioException() => err.message ?? '$err',
Object() => '$err',
_ => '$err',
},
),
),
Expand Down

0 comments on commit 255efb3

Please sign in to comment.