Skip to content

Commit

Permalink
chore: add const
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-alcides committed Aug 1, 2024
1 parent 5dcba71 commit 284a3a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class FeedControls extends HookWidget {
state.value = FeedControlsState.filters;
},
),
FeedControlsState.filters => FeedFilters(),
FeedControlsState.filters => const FeedFilters(),
},
);
}
Expand Down

0 comments on commit 284a3a9

Please sign in to comment.