fix: some stuff
This commit is contained in:
@@ -21,5 +21,5 @@ const type = resource?.content?._type ?? "unknown";
|
||||
|
||||
<details >
|
||||
<summary class="flex"><span class="i-tabler-code w-6 h-6 inline"/></summary>
|
||||
<Code code={JSON.stringify(resource, null, 2)} lang="json" theme="dark-plus" />
|
||||
<Code code={JSON.stringify(resource??"{}", null, 2)} lang="json" theme="dark-plus" />
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user