diff --git a/website/src/components/Oven/Oven.jsx b/website/src/components/Oven/Oven.jsx index 7cb2e7a7..30822d6c 100644 --- a/website/src/components/Oven/Oven.jsx +++ b/website/src/components/Oven/Oven.jsx @@ -6,6 +6,7 @@ import { PatternLabel } from '@src/repl/panel/PatternsTab'; function PatternList({ patterns }) { return (
+ {/* pat.code.trim())} /> */} {patterns.map((pat) => (
@@ -15,8 +16,7 @@ function PatternList({ patterns }) {
- {/* */} - {/*
{JSON.stringify(pat)}
*/} +
))}