mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
fix data not fetched on page change for item activity
This commit is contained in:
@@ -56,7 +56,7 @@ function ItemActivity(props) {
|
||||
}
|
||||
};
|
||||
|
||||
if (!data) {
|
||||
if (!data || data.current_page !== currentPage) {
|
||||
fetchData();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user