Skip to content

Commit

Permalink
Update VoteItem.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivcodes committed Jan 21, 2025
1 parent 5509d4c commit 1836539
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ export async function VoteItem({
proposalIds
);

console.log(delegate);

const getDelegateDisplayInfo = () => {
if (!delegate) {
return {
Expand Down Expand Up @@ -229,7 +227,6 @@ const AuthorInfo = ({
</div>
{authorName !== voterAddress && (
<div className='text-sm text-neutral-500 dark:text-neutral-400'>
{isDelegate ? 'Delegated by ' : 'Using '}
{voterAddress}
</div>
)}
Expand Down

0 comments on commit 1836539

Please sign in to comment.