meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
3 additions and
5 deletions
-
src/components/AccountPage/index.js
|
|
@ -129,11 +129,9 @@ class AccountPage extends PureComponent<Props> { |
|
|
|
)} |
|
|
|
<Tooltip render={() => t('app:account.settings.title')}> |
|
|
|
<ButtonSettings onClick={() => openModal(MODAL_SETTINGS_ACCOUNT, { account })}> |
|
|
|
<Button small outlineGrey> |
|
|
|
<Box justifyContent="center"> |
|
|
|
<IconAccountSettings size={16} /> |
|
|
|
</Box> |
|
|
|
</Button> |
|
|
|
<Box justifyContent="center"> |
|
|
|
<IconAccountSettings size={16} /> |
|
|
|
</Box> |
|
|
|
</ButtonSettings> |
|
|
|
</Tooltip> |
|
|
|
</Box> |
|
|
|