fix(route/4gamers): handle InsertOneAdsSection (#22071)
This commit is contained in:
parent
63e2641b43
commit
c2d357fc03
|
|
@ -39,6 +39,7 @@ const parseItem = async (item) => {
|
|||
.map((section) => {
|
||||
switch (section['@type']) {
|
||||
case 'ContentAdsSection':
|
||||
case 'InsertOneAdsSection':
|
||||
case 'ScrollerAdsSection':
|
||||
case 'textScrollerAdsSection':
|
||||
return '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue