Skip to content

Commit

Permalink
fix to let dropdown display ens instead of url
Browse files Browse the repository at this point in the history
  • Loading branch information
Barukimang committed Jun 7, 2024
1 parent abbd27f commit cb17b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@aragon/ods-old/components/headers/headerDao.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const HeaderDao: React.FC<HeaderDaoProps> = ({
icon={IconType.COPY}
iconPosition="right"
>
{shortenDaoUrl(daoUrl)}
{shortenAddress(daoEnsName)}
</Dropdown.Item>
);
}
Expand Down

0 comments on commit cb17b22

Please sign in to comment.