Skip to content

Commit

Permalink
Merge pull request #833 from alexstotsky/tax-report-2x-refresh-fix
Browse files Browse the repository at this point in the history
(improvement) Tax report refreshing
  • Loading branch information
ezewer authored Jul 15, 2024
2 parents 1c687f8 + 4894e0e commit 81f9852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TaxReport/TaxReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const TaxReport = () => {

useEffect(() => {
if (!isSyncRequired && isNoData) dispatch(fetchTaxReportTransactions())
}, [isSyncRequired, isNoData])
}, [isSyncRequired])

const onRefresh = useCallback(
() => dispatch(fetchTaxReportTransactions()),
Expand Down

0 comments on commit 81f9852

Please sign in to comment.