mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-10 19:47:04 +00:00
fix page offset bug
This commit is contained in:
parent
b11f2a4f19
commit
aeb32072ed
@ -171,7 +171,7 @@ function ListProjects() {
|
||||
});
|
||||
}
|
||||
})
|
||||
setOffset(offset-offset)
|
||||
setOffset(offset-OFFSET)
|
||||
}} className={classnames(classes.previousButton, classes.blue)}>{'< Previous'}</Button>}
|
||||
{profiles.length === OFFSET && <Button onClick={() => {
|
||||
fetchMore({
|
||||
|
Loading…
x
Reference in New Issue
Block a user