Skip to content

Commit

Permalink
feat(blog): remove playground queue
Browse files Browse the repository at this point in the history
Stop showing a queue and play button on non-live-sample
code snippets.

Note: for now we keep the now unused hook around.
  • Loading branch information
fiji-flo committed Mar 7, 2024
1 parent f14bc4a commit 6015a5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/blog/post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
AuthorMetadata,
} from "../../../libs/types/blog";
import {
useCollectSample,
useCopyExamplesToClipboardAndAIExplain,
useRunSample,
} from "../document/hooks";
Expand Down Expand Up @@ -191,7 +190,6 @@ export function BlogPost(props: HydrationData) {
);
const { doc, blogMeta } = data || props || {};
useRunSample(doc);
useCollectSample(doc);
useCopyExamplesToClipboardAndAIExplain(doc);
return (
<>
Expand Down

0 comments on commit 6015a5a

Please sign in to comment.