[fix] hub page button not showing/working (#157)
# PR Checklist - [ ] Did you check if it works normally in all models? *ignore this when it dosen't uses models* - [ ] Did you check if it works normally in all of web, local and node hosted versions? if it dosen't, did you blocked it in those versions? - [ ] Did you added a type def? # Description
This commit is contained in:
@@ -81,6 +81,7 @@
|
||||
<button class="bg-darkbg h-14 w-14 min-w-14 rounded-lg ml-2 flex justify-center items-center hover:ring transition-shadow" on:click={() => {
|
||||
if(page > 0){
|
||||
page -= 1
|
||||
getHub()
|
||||
}
|
||||
}}>
|
||||
<ArrowLeft />
|
||||
@@ -90,6 +91,7 @@
|
||||
</button>
|
||||
<button class="bg-darkbg h-14 w-14 min-w-14 rounded-lg ml-2 flex justify-center items-center hover:ring transition-shadow" on:click={() => {
|
||||
page += 1
|
||||
getHub()
|
||||
}}>
|
||||
<ArrowRight />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user