Skip to content

Commit

Permalink
fix: Merge branch 'alpha' into alpha-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammeds1992 committed Apr 3, 2024
2 parents 476d24a + ae4d055 commit b349eff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useState } from 'react';
import { copyToClipboard } from '../../../helpers';
import { copyToClipboard, pCAIP10ToWallet } from '../../../helpers';
import { CopySvg2 } from '../../../icons/CopySvg2';
import { Section, Span, Image, Div, Tooltip } from '../../reusables';
import { IChatTheme } from '../theme';
Expand Down Expand Up @@ -74,7 +74,7 @@ export const ProfileContainer = ({
setCopyText('');
}}
onClick={() => {
copyToClipboard(member?.completeWallet || '');
copyToClipboard(pCAIP10ToWallet(member?.completeWallet || ''));
setCopyText('copied');
}}
>
Expand Down

0 comments on commit b349eff

Please sign in to comment.