File tree 1 file changed +13
-9
lines changed
src/infrastructure/adapters
1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -46,30 +46,34 @@ class PassAdapter {
46
46
) ;
47
47
48
48
this . pass . primaryFields . push (
49
+ {
50
+ key : 'court' ,
51
+ label : 'court' ,
52
+ textAlignment : 'PKTextAlignmentLeft' ,
53
+ value : court ,
54
+ } ,
55
+ ) ;
56
+
57
+ this . pass . secondaryFields . push (
49
58
{
50
59
key : 'event_date' ,
51
60
label : 'date' ,
52
61
value : start ,
62
+ ignoresTimeZone : false ,
53
63
dateStyle : 'PKDateStyleMedium' ,
64
+ textAlignment : 'PKTextAlignmentLeft' ,
54
65
} ,
55
66
{
56
67
key : 'event_time' ,
57
68
label : 'time' ,
58
69
textAlignment : 'PKTextAlignmentRight' ,
59
70
timeStyle : 'PKDateStyleShort' ,
71
+ ignoresTimeZone : false ,
60
72
value : start ,
61
73
} ,
62
74
) ;
63
75
64
- this . pass . secondaryFields . push (
65
- {
66
- key : 'court' ,
67
- label : 'court' ,
68
- value : court ,
69
- } ,
70
- ) ;
71
-
72
- this . pass . auxiliaryFields . push ( {
76
+ this . pass . backFields . push ( {
73
77
key : 'code' ,
74
78
label : 'code' ,
75
79
value : code ,
You can’t perform that action at this time.
0 commit comments