File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/modules/address Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -556,18 +556,18 @@ const handleOpenQRModal = () => {
556
556
557
557
<!-- Pagination -->
558
558
< Flex v- if = " transactions.length" align= " center" gap= " 6" : class = " $style.pagination" >
559
- < Button @click= " page = 1" type= " secondary" size= " mini" : disabled= " page === 1" >
559
+ < Button @click= " page = 1" type= " secondary" size= " mini" : disabled= " page === 1 || transactions.length !== 10 " >
560
560
< Icon name= " arrow-left-stop" size= " 12" color= " primary" / >
561
561
< / Button>
562
- < Button type= " secondary" @click= " handlePrev" size= " mini" : disabled= " page === 1" >
562
+ < Button type= " secondary" @click= " handlePrev" size= " mini" : disabled= " page === 1 || transactions.length !== 10 " >
563
563
< Icon name= " arrow-left" size= " 12" color= " primary" / >
564
564
< / Button>
565
565
566
566
< Button type= " secondary" size= " mini" disabled>
567
567
< Text size= " 12" weight= " 600" color= " primary" > Page {{ page }}< / Text >
568
568
< / Button>
569
569
570
- < Button @click= " handleNext" type= " secondary" size= " mini" >
570
+ < Button @click= " handleNext" type= " secondary" size= " mini" : disabled = " transactions.length !== 10 " >
571
571
< Icon name= " arrow-right" size= " 12" color= " primary" / >
572
572
< / Button>
573
573
< / Flex>
You can’t perform that action at this time.
0 commit comments