Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Nov 10, 2024
1 parent 9454542 commit b2859e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/document/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function useCollectSample(doc: any) {
}, [doc, isServer, locale, highlightedQueueExample]);
}

const RUNNER_RE = /.*\/(play\-)?runner.html$/i;
const RUNNER_RE = /.*\/(play-)?runner.html$/i;

export function useRunSample(doc: Doc | undefined) {
const isServer = useIsServer();
Expand Down

0 comments on commit b2859e4

Please sign in to comment.