diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-17 23:09:15 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-17 23:09:15 +0200 |
commit | 9c2da5a7beba1254e52c907d501a22dec0075ac6 (patch) | |
tree | 05e2ebda0f8c24d122759ab98301afe28368dee4 /data/recipes | |
parent | db36af42d34e1af26d4f76a14f310eea367396f9 (diff) | |
download | hurrycurry-9c2da5a7beba1254e52c907d501a22dec0075ac6.tar hurrycurry-9c2da5a7beba1254e52c907d501a22dec0075ac6.tar.bz2 hurrycurry-9c2da5a7beba1254e52c907d501a22dec0075ac6.tar.zst |
pass data to submenu and more form validation
Diffstat (limited to 'data/recipes')
-rw-r--r-- | data/recipes/default.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/recipes/default.ts b/data/recipes/default.ts index 446a1e19..72299518 100644 --- a/data/recipes/default.ts +++ b/data/recipes/default.ts @@ -227,8 +227,7 @@ edible( sink_fill(GL) ) - -const curry_with_rice = combine(PL, cook(rice.tr(POT)), cook(combine(POT, milk, tomato, leek))).as("curry-with-rice") +const curry_with_rice = combine(PL, cook(rice.tr(POT)), cook(combine(POT, milk, tomato, leek))) edible(curry_with_rice) auto_trash() |