This commit is contained in:
reya
2023-11-21 10:22:52 +07:00
parent 9f8df79be3
commit 724747ee85
2 changed files with 19 additions and 18 deletions

View File

@@ -51,9 +51,9 @@ function Prompt() {
</div>
</div>
{params && (
<div>
<div className="flex flex-col gap-1">
<p>Now acting on</p>
<pre className="bg-muted rounded-xl p-3">
<pre className="bg-muted px-2 rounded-xl overflow-scroll">
<code>{JSON.stringify(event || params, null, 2)}</code>
</pre>
</div>