Skip to content

Commit

Permalink
missing override
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein committed Mar 28, 2024
1 parent 2705757 commit b08b775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/explore/widgets/fish_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ class _BuildSpearRequirement extends StatelessWidget {

final SpearRequirements requirements;

@override
Widget build(BuildContext context) {
if (requirements is DeimosRequirements) {
final requirements = this.requirements as DeimosRequirements;
Expand Down

0 comments on commit b08b775

Please sign in to comment.