Skip to content

Commit

Permalink
fix(app): fix Multicall page navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Apr 26, 2024
1 parent a7f538a commit f868f97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/content/Multicall.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const { data: arbitrumDaiData } = useAsyncData('arbitrum', () => fetchArbitrumDa
const tokenList = computed(() => {
function sliceData(data: any) {
if (!data) return []
return [data.slice(0, 3), data.slice(3, 6), data.slice(6, 9)]
}
Expand Down

0 comments on commit f868f97

Please sign in to comment.