mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 10:48:22 +00:00
rename trezorAction to tooltipAction
This commit is contained in:
parent
14fe1d82eb
commit
7ab3978078
@ -78,7 +78,7 @@ const QrWrapper = styled.div`
|
||||
`;
|
||||
|
||||
const StyledDeviceIcon = styled(DeviceIcon)`
|
||||
margin: 0 6px;
|
||||
margin-right: 6px;
|
||||
`;
|
||||
|
||||
const AccountReceive = (props: Props) => {
|
||||
@ -118,7 +118,7 @@ const AccountReceive = (props: Props) => {
|
||||
topLabel={props.intl.formatMessage(l10nCommonMessages.TR_ADDRESS)}
|
||||
value={address}
|
||||
isPartiallyHidden={isAddressHidden}
|
||||
trezorAction={
|
||||
tooltipAction={
|
||||
isAddressVerifying ? (
|
||||
<React.Fragment>
|
||||
<StyledDeviceIcon
|
||||
|
@ -84,7 +84,7 @@ const QrWrapper = styled.div`
|
||||
`;
|
||||
|
||||
const StyledDeviceIcon = styled(DeviceIcon)`
|
||||
margin: 0 6px;
|
||||
margin-right: 6px;
|
||||
`;
|
||||
|
||||
const AccountReceive = (props: Props) => {
|
||||
@ -124,7 +124,7 @@ const AccountReceive = (props: Props) => {
|
||||
topLabel={props.intl.formatMessage(l10nCommonMessages.TR_ADDRESS)}
|
||||
value={address}
|
||||
isPartiallyHidden={isAddressHidden}
|
||||
trezorAction={
|
||||
tooltipAction={
|
||||
isAddressVerifying ? (
|
||||
<React.Fragment>
|
||||
<StyledDeviceIcon
|
||||
|
Loading…
Reference in New Issue
Block a user