We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a272a46 commit 7d4903fCopy full SHA for 7d4903f
views/trades.ejs
@@ -84,7 +84,7 @@
84
</div>
85
86
87
- <button class="p-2" v-if="tradeList.length >= toShow" @click="toShow+=25">
+ <button class="p-2" v-if="tradeList.length > toShow" @click="toShow+=25">
88
Show More
89
</button>
90
0 commit comments