feat: dont show image duplicate in beginnign of markdown
This commit is contained in:
@ -60,14 +60,13 @@ function ValidRecipe({
|
||||
);
|
||||
}
|
||||
|
||||
export default function Greet(
|
||||
export default function Page(
|
||||
props: PageProps<{ recipe: Recipe; session: Record<string, string> }>,
|
||||
) {
|
||||
const { recipe, session } = props.data;
|
||||
|
||||
const portion = recipe.meta?.portion;
|
||||
const amount = useSignal(portion || 1);
|
||||
console.log({ recipe });
|
||||
|
||||
const subline = [
|
||||
recipe?.meta?.time && `Duration ${recipe.meta.time}`,
|
||||
|
Reference in New Issue
Block a user