We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30ec11 commit b960bdeCopy full SHA for b960bde
apps/explorer/src/components/orders/OrderHooksDetails/index.tsx
@@ -17,7 +17,7 @@ interface OrderHooksDetailsProps {
17
export function OrderHooksDetails({ appData, fullAppData, children }: OrderHooksDetailsProps) {
18
const { appDataDoc } = useAppData(appData, fullAppData)
19
20
- if (!appDataDoc) return null
+ if (!appDataDoc?.metadata) return null
21
22
const metadata = appDataDoc.metadata as latest.Metadata
23
0 commit comments