File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
web/src/modules/shared/components/client/ads Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ const AdTemplate = ({
37
37
className,
38
38
adSlot,
39
39
adFormat = 'auto' ,
40
- fullWidthResponsive = 'true' ,
41
40
adLayoutKey,
41
+ fullWidthResponsive,
42
42
hiddenClassName = 'hidden' ,
43
43
showCloseButton = true ,
44
44
} : {
45
45
className : string ;
46
46
adSlot : string ;
47
47
adFormat : string ;
48
- fullWidthResponsive : string ;
49
48
adLayoutKey ?: string ;
49
+ fullWidthResponsive ?: string ;
50
50
hiddenClassName ?: string ;
51
51
showCloseButton ?: boolean ;
52
52
} ) => {
@@ -157,7 +157,6 @@ export const MultiplexAdSlot = ({ className }: { className?: string }) => {
157
157
) }
158
158
adSlot = '6673081563'
159
159
adFormat = 'autorelaxed'
160
- fullWidthResponsive = 'false'
161
160
showCloseButton = { true }
162
161
/>
163
162
) ;
You can’t perform that action at this time.
0 commit comments