|
|
@ -1,5 +1,4 @@ |
|
|
|
import React, { useState } from 'react' |
|
|
|
import React, { useState } from 'react' |
|
|
|
import Tooltip from '../../ui/tooltip' |
|
|
|
|
|
|
|
import SelectedAccount from '../selected-account' |
|
|
|
import SelectedAccount from '../selected-account' |
|
|
|
import ConnectedStatusIndicator from '../connected-status-indicator' |
|
|
|
import ConnectedStatusIndicator from '../connected-status-indicator' |
|
|
|
import AccountDetailsDropdown from '../dropdowns/account-details-dropdown' |
|
|
|
import AccountDetailsDropdown from '../dropdowns/account-details-dropdown' |
|
|
@ -32,7 +31,6 @@ export default function MenuBar () { |
|
|
|
|
|
|
|
|
|
|
|
<SelectedAccount /> |
|
|
|
<SelectedAccount /> |
|
|
|
|
|
|
|
|
|
|
|
<Tooltip title={t('accountOptions')} position="left"> |
|
|
|
|
|
|
|
<button |
|
|
|
<button |
|
|
|
className="fas fa-ellipsis-v menu-bar__account-options" |
|
|
|
className="fas fa-ellipsis-v menu-bar__account-options" |
|
|
|
title={t('accountOptions')} |
|
|
|
title={t('accountOptions')} |
|
|
@ -40,9 +38,7 @@ export default function MenuBar () { |
|
|
|
openAccountOptionsEvent() |
|
|
|
openAccountOptionsEvent() |
|
|
|
setAccountDetailsMenuOpen(true) |
|
|
|
setAccountDetailsMenuOpen(true) |
|
|
|
}} |
|
|
|
}} |
|
|
|
> |
|
|
|
/> |
|
|
|
</button> |
|
|
|
|
|
|
|
</Tooltip> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
accountDetailsMenuOpen && ( |
|
|
|
accountDetailsMenuOpen && ( |
|
|
|