File tree 2 files changed +14
-10
lines changed
src/components/create-new-wallet
2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 12
12
},
13
13
"ios" : {
14
14
"simulator" : true ,
15
- "cocoapods" : " 1.15.2"
15
+ "cocoapods" : " 1.15.2" ,
16
+ "image" : " latest"
16
17
}
17
18
},
18
19
"simulator-dev" : {
21
22
"distribution" : " internal" ,
22
23
"ios" : {
23
24
"simulator" : true ,
24
- "cocoapods" : " 1.15.2"
25
+ "cocoapods" : " 1.15.2" ,
26
+ "image" : " latest"
25
27
},
26
28
"android" : {
27
29
"image" : " latest"
33
35
"distribution" : " internal" ,
34
36
"ios" : {
35
37
"simulator" : true ,
36
- "cocoapods" : " 1.15.2"
38
+ "cocoapods" : " 1.15.2" ,
39
+ "image" : " latest"
37
40
},
38
41
"android" : {
39
42
"image" : " latest"
45
48
"developmentClient" : true ,
46
49
"distribution" : " internal" ,
47
50
"ios" : {
51
+ "image" : " latest" ,
48
52
"cocoapods" : " 1.15.2"
49
53
}
50
54
},
53
57
"pnpm" : " 10.4.1" ,
54
58
"distribution" : " internal" ,
55
59
"ios" : {
60
+ "image" : " latest" ,
56
61
"simulator" : true ,
57
62
"cocoapods" : " 1.15.2"
58
63
}
62
67
"pnpm" : " 10.4.1" ,
63
68
"distribution" : " internal" ,
64
69
"ios" : {
70
+ "image" : " latest" ,
65
71
"cocoapods" : " 1.15.2"
66
72
}
67
73
},
71
77
"distribution" : " store" ,
72
78
"autoIncrement" : true ,
73
79
"ios" : {
80
+ "image" : " latest" ,
74
81
"cocoapods" : " 1.15.2"
75
82
},
76
83
"android" : {
Original file line number Diff line number Diff line change 1
- import { useRef , useState } from 'react' ;
1
+ import { useRef } from 'react' ;
2
2
3
- import {
4
- NotifyUserSheetData ,
5
- NotifyUserSheetLayout ,
6
- } from '@/components/sheets/notify-user-sheet.layout' ;
3
+ import { NotifyUserSheetLayout } from '@/components/sheets/notify-user-sheet.layout' ;
7
4
import { WaitlistIds } from '@/features/waitlist/ids' ;
8
5
import { t } from '@lingui/macro' ;
9
6
import { useTheme } from '@shopify/restyle' ;
@@ -78,7 +75,7 @@ export function MnemonicDisplay({
78
75
buttonState = "outline"
79
76
title = { t ( {
80
77
id : 'create_new_wallet.mnemonic.save_button' ,
81
- message : `Save to... ` ,
78
+ message : `Save to… ` ,
82
79
} ) }
83
80
/>
84
81
</ Box >
@@ -88,7 +85,7 @@ export function MnemonicDisplay({
88
85
sheetData = { {
89
86
title : t ( {
90
87
id : 'create_new_wallet.mnemonic.save_button.waitlist_title' ,
91
- message : 'Save to... ' ,
88
+ message : 'Save to… ' ,
92
89
} ) ,
93
90
id : WaitlistIds . saveMnemonic ,
94
91
} }
You can’t perform that action at this time.
0 commit comments