We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544897e commit 20c33ebCopy full SHA for 20c33eb
library/src/components/Schema.tsx
@@ -290,7 +290,7 @@ export const Schema: React.FunctionComponent<Props> = ({
290
idx,
291
'Adheres to',
292
'Or to',
293
- s.title(),
+ s.title() ?? s.id(),
294
)}
295
/>
296
))}
@@ -304,7 +304,7 @@ export const Schema: React.FunctionComponent<Props> = ({
304
305
'Can adhere to',
306
307
308
309
310
@@ -318,7 +318,7 @@ export const Schema: React.FunctionComponent<Props> = ({
318
319
'Consists of',
320
'And of',
321
322
323
324
0 commit comments