Skip to content

Commit

Permalink
[Issue-1868] Unified account - Update UI Network details screen for TON
Browse files Browse the repository at this point in the history
  • Loading branch information
Quangdm-cdm committed Jan 15, 2025
1 parent bd068dc commit cb93909
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/screens/NetworkSettingDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,9 @@ export const NetworkSettingDetail = ({
text={addressPrefix.toString()}
/>
)}
{!isPureTonChain && (
<TextField outerStyle={{ flex: 1 }} text={chainTypeString()} placeholder={'Network type'} />
)}
</View>

<InputText
Expand Down

0 comments on commit cb93909

Please sign in to comment.