Skip to content

Commit

Permalink
Fix return error
Browse files Browse the repository at this point in the history
  • Loading branch information
MiltonTulli committed Mar 20, 2023
1 parent a87d037 commit f83bb31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/davi/src/hooks/Guilds/useProposalMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function useProposalMetadata(contentHash: string) {
};
} catch (e) {
console.error(e);
return {};
}
}, [contentHash]);

Expand Down

0 comments on commit f83bb31

Please sign in to comment.