Skip to content

Commit

Permalink
feat: remove useless lines
Browse files Browse the repository at this point in the history
  • Loading branch information
pom421 committed Dec 4, 2024
1 parent 567b321 commit 8343e8a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/app/mdx/playground/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ export default function Error({ error, reset: _reset }: { error: Error & { diges
<div className="mt-8">
<a href={`/mdx/playground?reset=true`}>Recharger le playground</a>
</div>
{/* <button
onClick={
// Attempt to recover by trying to re-render the segment
() => reset()
}
>
Try again
</button> */}
</div>
);
}

0 comments on commit 8343e8a

Please sign in to comment.