Skip to content

Commit

Permalink
Remove Unnecessary Fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkoerber committed Oct 30, 2024
1 parent 4356e0b commit 41a56a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/homeComponent/view/contactCard/contact_card_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class _ContactCardViewState extends ConsumerState<ContactCardView> {
@override
void initState() {
ref.read(profileDetailsViewModel).fetch(false);
ref.read(studentCardViewModel).fetch(false);
super.initState();
}

Expand Down

0 comments on commit 41a56a2

Please sign in to comment.