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 9241150 commit a0dcb90Copy full SHA for a0dcb90
src/scenes/Languages/Detail/LanguageDetail.tsx
@@ -80,6 +80,7 @@ export const LanguageDetail = () => {
80
81
const language = data?.language;
82
const {
83
+ id,
84
ethnologue,
85
locations,
86
projects,
@@ -163,6 +164,7 @@ export const LanguageDetail = () => {
163
164
wrap={(node) => <Grid item>{node}</Grid>}
165
/>
166
</Grid>
167
+ <DisplayProperty label="Id" value={id} loading={!language} />
168
<DisplayProperty
169
label="Pronunciation Guide"
170
value={displayNamePronunciation?.value}
0 commit comments