fix data not fetched on page change for item activity

This commit is contained in:
CyferShepard
2024-12-27 02:03:27 +02:00
parent a02fa138e3
commit ebeccd6f2b

View File

@@ -56,7 +56,7 @@ function ItemActivity(props) {
}
};
if (!data) {
if (!data || data.current_page !== currentPage) {
fetchData();
}