Skip to content

Commit

Permalink
Merge pull request #122 from 96f4/patch-1
Browse files Browse the repository at this point in the history
Update [id].tsx
  • Loading branch information
thecodingwizard authored Nov 12, 2023
2 parents 67c2661 + 4295a6d commit d93fbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function EditorPage() {
expectedOutput?: string,
prefix?: string
) => {
if (!mainMonacoEditor || !inputEditor) {
if (!mainMonacoEditor) {
// editor is still loading
return;
}
Expand Down

1 comment on commit d93fbc1

@vercel
Copy link

@vercel vercel bot commented on d93fbc1 Nov 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.