mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
Merge pull request #152 from oceanprotocol/fix/account-address
fix account address display in Firefox
This commit is contained in:
commit
56f7dec9f6
@ -9,7 +9,7 @@ const Account = ({ account }: { account: string }) => {
|
||||
return account && blockies ? (
|
||||
<div className={styles.account}>
|
||||
<img className={styles.blockies} src={blockies} alt="Blockies" />
|
||||
<Dotdotdot clamp={1}>{account}</Dotdotdot>
|
||||
<Dotdotdot clamp={2}>{account}</Dotdotdot>
|
||||
</div>
|
||||
) : (
|
||||
<em>No account selected</em>
|
||||
|
Loading…
Reference in New Issue
Block a user