Skip to content

Commit

Permalink
fix: remove aragon svg from from column in public delegate list
Browse files Browse the repository at this point in the history
  • Loading branch information
katamarinaki committed Aug 28, 2024
1 parent ad9c9e2 commit 02a7f33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion modules/delegation/providers/DelegationFormContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export const DelegationFormProvider: FC<DelegationFormProviderProps> = ({
isValidAddress(presetDelegateAddress) &&
currentValue?.toLowerCase() !== presetDelegateAddress.toLowerCase()
) {
console.log('setting default address', presetDelegateAddress)
formObject.setValue('delegateAddress', presetDelegateAddress)
}
// eslint-disable-next-line react-hooks/exhaustive-deps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ export function PublicDelegateList({ onDelegatePick }: Props) {
<HeaderTitleWithIcon>
VP <AragonSvg />
</HeaderTitleWithIcon>
<HeaderTitleWithIcon>
From <AragonSvg />
</HeaderTitleWithIcon>
<HeaderTitleWithIcon>From</HeaderTitleWithIcon>
<p />
<p />
</Header>
Expand Down

0 comments on commit 02a7f33

Please sign in to comment.