Skip to content

Commit edc2aac

Browse files
committed
update
1 parent 84a3928 commit edc2aac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/components/Views/confirmations/components/Confirm/AccountNetworkInfo/AccountNetworkInfoExpanded/AccountNetworkInfoExpanded.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import InfoSection from '../../../UI/InfoRow/InfoSection';
1111
import InfoRow from '../../../UI/InfoRow';
1212
import InfoURL from '../../../UI/InfoRow/InfoValue/InfoURL';
1313

14+
// todo: use value component for address, network, currency value
1415
const AccountNetworkInfoExpanded = () => {
1516
const { approvalRequest } = useApprovalRequest();
1617
const networkName = useSelector(selectNetworkName);
@@ -27,6 +28,7 @@ const AccountNetworkInfoExpanded = () => {
2728
<InfoSection>
2829
<InfoRow
2930
label={strings('confirm.network')}
31+
// todo: add tooltip content when available
3032
tooltip={strings('confirm.network')}
3133
>
3234
{networkName}

0 commit comments

Comments
 (0)