mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-20 03:52:01 +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)`
|
const StyledDeviceIcon = styled(DeviceIcon)`
|
||||||
margin: 0 6px;
|
margin-right: 6px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const AccountReceive = (props: Props) => {
|
const AccountReceive = (props: Props) => {
|
||||||
@ -118,7 +118,7 @@ const AccountReceive = (props: Props) => {
|
|||||||
topLabel={props.intl.formatMessage(l10nCommonMessages.TR_ADDRESS)}
|
topLabel={props.intl.formatMessage(l10nCommonMessages.TR_ADDRESS)}
|
||||||
value={address}
|
value={address}
|
||||||
isPartiallyHidden={isAddressHidden}
|
isPartiallyHidden={isAddressHidden}
|
||||||
trezorAction={
|
tooltipAction={
|
||||||
isAddressVerifying ? (
|
isAddressVerifying ? (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<StyledDeviceIcon
|
<StyledDeviceIcon
|
||||||
|
@ -84,7 +84,7 @@ const QrWrapper = styled.div`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledDeviceIcon = styled(DeviceIcon)`
|
const StyledDeviceIcon = styled(DeviceIcon)`
|
||||||
margin: 0 6px;
|
margin-right: 6px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const AccountReceive = (props: Props) => {
|
const AccountReceive = (props: Props) => {
|
||||||
@ -124,7 +124,7 @@ const AccountReceive = (props: Props) => {
|
|||||||
topLabel={props.intl.formatMessage(l10nCommonMessages.TR_ADDRESS)}
|
topLabel={props.intl.formatMessage(l10nCommonMessages.TR_ADDRESS)}
|
||||||
value={address}
|
value={address}
|
||||||
isPartiallyHidden={isAddressHidden}
|
isPartiallyHidden={isAddressHidden}
|
||||||
trezorAction={
|
tooltipAction={
|
||||||
isAddressVerifying ? (
|
isAddressVerifying ? (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<StyledDeviceIcon
|
<StyledDeviceIcon
|
||||||
|
Loading…
Reference in New Issue
Block a user