File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ if (isCloud) {
32
32
} ,
33
33
show : true
34
34
} ;
35
- if ( csvImportPromo . show ) {
36
- listOfPromotions . push ( csvImportPromo ) ;
37
- setMobileSingleAlertLayout ( {
38
- title : csvImportPromo . title ,
39
- message : csvImportPromo . message ,
40
- enabled : true ,
41
- cta : {
42
- link : csvImportPromo . cta . link ,
43
- external : csvImportPromo . cta . external ,
44
- hideOnClick : csvImportPromo . cta . hideOnClick
45
- }
46
- } ) ;
47
- }
35
+
36
+ listOfPromotions . push ( csvImportPromo ) ;
37
+
38
+ setMobileSingleAlertLayout ( {
39
+ title : csvImportPromo . title ,
40
+ message : csvImportPromo . message ,
41
+ enabled : true ,
42
+ cta : {
43
+ link : csvImportPromo . cta . link ,
44
+ external : csvImportPromo . cta . external ,
45
+ hideOnClick : csvImportPromo . cta . hideOnClick
46
+ }
47
+ } ) ;
48
48
}
49
49
50
50
export function addBottomModalAlerts ( ) {
You can’t perform that action at this time.
0 commit comments