diff --git a/src/modules/[chain]/ibc/connection/[connection_id].vue b/src/modules/[chain]/ibc/connection/[connection_id].vue index 218f3c51..1689a6f5 100644 --- a/src/modules/[chain]/ibc/connection/[connection_id].vue +++ b/src/modules/[chain]/ibc/connection/[connection_id].vue @@ -53,9 +53,9 @@ function loadChannel(channel: string, port: string) { function pageload(pageNum: number) { if (direction.value === 'In') { - fetchSendingTxs(channel_id.value, port_id.value, pageNum) + fetchSendingTxs(channel_id.value, port_id.value, pageNum -1) } else { - fetchSendingTxs(channel_id.value, port_id.value, pageNum) + fetchSendingTxs(channel_id.value, port_id.value, pageNum -1) } }