Skip to content

Commit

Permalink
CR: update
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Apr 2, 2023
1 parent bf40569 commit 4c9d015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yoroi-wallets/mocks/wallet.ts
Expand Up @@ -292,7 +292,7 @@ const fetchPoolInfo = {
},
}

export const generateManyNfts = () => {
export const generateManyNfts = (): YoroiNft[] => {
return Array(30)
.fill(undefined)
.map((_, index) => ({
Expand Down

0 comments on commit 4c9d015

Please sign in to comment.