We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cdecb6 commit 633899eCopy full SHA for 633899e
apps/playground/app/developer/page.tsx
@@ -342,17 +342,6 @@ export default function DeveloperPage() {
342
</Badge>
343
</div>
344
345
- {call.params && (
346
- <div className="mb-2 sm:mb-3">
347
- <div className="text-xs font-semibold mb-1 modern-text-primary">Parameters:</div>
348
- <div className="bg-black/40 rounded border border-white/20 overflow-hidden">
349
- <pre className="text-xs font-mono p-2 overflow-x-auto whitespace-pre-wrap break-words leading-relaxed text-white">
350
- {call.params}
351
- </pre>
352
- </div>
353
354
- )}
355
-
356
{call.response && (
357
<div>
358
<div className="text-xs font-semibold mb-1 modern-text-primary">Response:</div>
0 commit comments