diff --git a/src/pages/new/from-instagram.tsx b/src/pages/new/from-instagram.tsx index 922524765..23dab5139 100644 --- a/src/pages/new/from-instagram.tsx +++ b/src/pages/new/from-instagram.tsx @@ -125,10 +125,13 @@ export default function NewWallpaperFromInstagramPage() { isVerifiedEmailRequired: IS_VERIFIED_EMAIL_REQUIRED.CREATE, }), wallpaperImage: randomTimelineImage, + images: [ + // TODO: !!! Pass here gallery of images + ], title, description /* <- TODO: ALter with biography_with_entities */, addSections: [ - // TODO: Instagram AI component gallery + // TODO: Instagram AI component gallery // TODO: Add map from business_address_json ], links: [ @@ -146,8 +149,6 @@ export default function NewWallpaperFromInstagramPage() { ], // TODO: Maybe pass posts texts to give a flavour of the account and its style - - }, (newTaskProgress: TaskProgress) => { console.info('☑', newTaskProgress);