Skip to content

Commit

Permalink
5929: fix unnecessary feedback request
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny.Mokeev authored and Evgeny.Mokeev committed Oct 20, 2020
1 parent 087eeff commit 0374909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Feedback/FeedbacksList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function FeedbacksList() {
initialLoad={false}
pageStart={0}
loadMore={() => {
if (loading) return
if (loading || !hasMore) return

fetchMore({
variables: {
Expand Down

0 comments on commit 0374909

Please sign in to comment.