diff --git a/app/cast/[id]/page.tsx b/app/cast/[id]/page.tsx index 7d3ce2c..91f0eb4 100644 --- a/app/cast/[id]/page.tsx +++ b/app/cast/[id]/page.tsx @@ -123,7 +123,7 @@ export default async function Home({ params, searchParams, children }: any) { {/* */} - {/* */} + {/* */} {/*
Hello there test. Cast #{params.id}
*/}
Join @@ -163,7 +163,6 @@ export default async function Home({ params, searchParams, children }: any) { newCastInfo.prompt_input, newCastInfo.layer_1_cast_id ); - //@ts let pastPrompts: string[] = cast.version_history.map(ele => ele.prompt_input as string).filter(ele => !!ele).concat(state.inputText); handleGenerateImage(cast.name, pastPrompts, createdArtcastId as number, farcaster_name); state.currentCastId = createdArtcastId as number; diff --git a/lib/components/frames/RootFrame.tsx b/lib/components/frames/RootFrame.tsx index dc01141..27983ce 100644 --- a/lib/components/frames/RootFrame.tsx +++ b/lib/components/frames/RootFrame.tsx @@ -125,7 +125,11 @@ export default function RootFrame({ castInfo, imageSrc, type }: { castInfo: Cast display: 'flex', gap: '20px' }}> - + {type != 'start' ? + :
+ Click 'Join' to + see the image! +
}
- + {/* */}