From 831703d8f9f74bbbe6e357f20ffe87f5b299017c Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 9 Dec 2024 16:55:58 -0800 Subject: [PATCH] Fix playground --- .../components/PlaygroundFeatures/ConfigBar.tsx | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/website/src/components/PlaygroundFeatures/ConfigBar.tsx b/website/src/components/PlaygroundFeatures/ConfigBar.tsx index 94712b0c..6c4a7265 100644 --- a/website/src/components/PlaygroundFeatures/ConfigBar.tsx +++ b/website/src/components/PlaygroundFeatures/ConfigBar.tsx @@ -2,7 +2,6 @@ import React from "react"; import store, { getNullableByDefault, getOutputOption, - getShowGratsDirectives, useAppSelector, } from "./store"; import FormatButton from "./FormatButton"; @@ -11,7 +10,6 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext"; export default function ConfigBar(): JSX.Element { const nullableByDefault = useAppSelector(getNullableByDefault); - const showGratsDirectives = useAppSelector(getShowGratsDirectives); const outputOption = useAppSelector(getOutputOption); const { gitHash } = useDocusaurusContext().siteConfig.customFields as { gitHash: string; @@ -71,21 +69,6 @@ export default function ConfigBar(): JSX.Element { - {outputOption === "sdl" && ( - - )}