diff --git a/website/src/repl/components/panel/Panel.jsx b/website/src/repl/components/panel/Panel.jsx index 6bc2208e..81fcacf7 100644 --- a/website/src/repl/components/panel/Panel.jsx +++ b/website/src/repl/components/panel/Panel.jsx @@ -115,7 +115,6 @@ function PanelNav({ children, className, settings, ...props }) { } function PanelContent({ context, tab }) { - switch (tab) { case tabNames.patterns: return ; @@ -211,4 +210,3 @@ function CloseButton({ onClick }) { ); } -