Skip to content

Commit

Permalink
remove immediate flag from isScrollable check
Browse files Browse the repository at this point in the history
This caused a jest to fail because we tried to access the `filtered` computed array before it was even initialized.
  • Loading branch information
ahmedhamidawan committed Feb 19, 2024
1 parent 9d28591 commit ad7bf05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/src/components/History/HistoryScrollList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ watch(
if (!scrollable && !allLoaded.value) {
loadMore();
}
},
{
immediate: true,
}
);
Expand Down

0 comments on commit ad7bf05

Please sign in to comment.