@@ -25,7 +25,6 @@ import { Island } from '../components/Island';
25
25
import { Masthead } from '../components/Masthead/Masthead' ;
26
26
import { RightColumn } from '../components/RightColumn' ;
27
27
import { Section } from '../components/Section' ;
28
- import { SlotBodyEnd } from '../components/SlotBodyEnd.importable' ;
29
28
import { Standfirst } from '../components/Standfirst' ;
30
29
import { StickyBottomBanner } from '../components/StickyBottomBanner.importable' ;
31
30
import { SubMeta } from '../components/SubMeta' ;
@@ -332,47 +331,6 @@ export const CrosswordLayout = (props: Props) => {
332
331
</ div >
333
332
</ Section >
334
333
335
- < Section
336
- stretchRight = { false }
337
- showTopBorder = { false }
338
- backgroundColour = { themePalette ( '--article-background' ) }
339
- borderColour = { themePalette ( '--article-border' ) }
340
- fontColour = { themePalette ( '--article-section-title' ) }
341
- padContent = { false }
342
- verticalMargins = { false }
343
- >
344
- < div
345
- css = { css `
346
- max-width : 620px ;
347
- ` }
348
- >
349
- < Island priority = "feature" defer = { { until : 'visible' } } >
350
- < SlotBodyEnd
351
- contentType = { article . contentType }
352
- contributionsServiceUrl = {
353
- contributionsServiceUrl
354
- }
355
- idApiUrl = { article . config . idApiUrl }
356
- isMinuteArticle = {
357
- article . pageType . isMinuteArticle
358
- }
359
- isPaidContent = { article . pageType . isPaidContent }
360
- pageId = { article . pageId }
361
- sectionId = { article . config . section }
362
- shouldHideReaderRevenue = {
363
- article . shouldHideReaderRevenue
364
- }
365
- tags = { article . tags }
366
- renderAds = { renderAds }
367
- isLabs = { false }
368
- articleEndSlot = {
369
- ! ! article . config . switches . articleEndSlot
370
- }
371
- />
372
- </ Island >
373
- </ div >
374
- </ Section >
375
-
376
334
< Section
377
335
fullWidth = { true }
378
336
showTopBorder = { false }
0 commit comments