Skip to content

Commit

Permalink
Update account terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 committed Dec 3, 2024
1 parent 081f8f9 commit e49e0e5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ export const Result = ({
<div className='flex flex-col'>
Belongs to this wallet
<span className='text-xs text-muted-foreground'>
Account #{addressOwnershipInfo.addressIndexAccount}
{addressOwnershipInfo.addressIndexAccount === 0
? 'Main Account'
: `Sub-account #${addressOwnershipInfo.addressIndexAccount}`}
{addressOwnershipInfo.isEphemeral && (
<>
{' '}
Expand Down

0 comments on commit e49e0e5

Please sign in to comment.