Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra-sg committed Dec 1, 2023
1 parent c20e943 commit 858516c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/evm/allowances/AllowancesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const tableColumns = [
];
// computed
// eztodo put pagination in URL for deeplinking
const tableRows = computed(() => {
const { page, rowsPerPage } = pagination.value;
const start = page === 1 ? 0 : (page - 1) * rowsPerPage;
Expand Down

0 comments on commit 858516c

Please sign in to comment.