Skip to content

Commit 232cfe3

Browse files
jxomgithub-actions[bot]
authored andcommitted
chore: format
1 parent 38a57f5 commit 232cfe3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/components/Header.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,12 @@ function RpcUrl() {
293293
borderRadius="round"
294294
style={{ minWidth: 8, minHeight: 8 }}
295295
/>
296-
<Text size="12px" wrap={false} width="full" style={{overflow: "hidden", textOverflow: "ellipsis"}}>
296+
<Text
297+
size="12px"
298+
wrap={false}
299+
width="full"
300+
style={{ overflow: 'hidden', textOverflow: 'ellipsis' }}
301+
>
297302
{network.rpcUrl.replace(/https?:\/\//, '')}
298303
</Text>
299304
</Inline>

src/screens/networks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function NetworkRow({
166166
color={data ? 'text' : 'text/tertiary'}
167167
size="12px"
168168
wrap={false}
169-
style={{overflow: "hidden", textOverflow: "ellipsis"}}
169+
style={{ overflow: 'hidden', textOverflow: 'ellipsis' }}
170170
>
171171
{network.rpcUrl.replace(/https?:\/\//, '')}
172172
</Text>

0 commit comments

Comments
 (0)