Skip to content

Commit b432d38

Browse files
authored
feat(blog): remove playground queue (#10666)
Stop showing a queue and play button on non-live-sample code snippets. Note: for now we keep the now unused hook around.
1 parent f14bc4a commit b432d38

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: client/src/blog/post.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
AuthorMetadata,
1616
} from "../../../libs/types/blog";
1717
import {
18-
useCollectSample,
1918
useCopyExamplesToClipboardAndAIExplain,
2019
useRunSample,
2120
} from "../document/hooks";
@@ -191,7 +190,6 @@ export function BlogPost(props: HydrationData) {
191190
);
192191
const { doc, blogMeta } = data || props || {};
193192
useRunSample(doc);
194-
useCollectSample(doc);
195193
useCopyExamplesToClipboardAndAIExplain(doc);
196194
return (
197195
<>

0 commit comments

Comments
 (0)