Skip to content

Commit a0dcb90

Browse files
committed
add id
1 parent 9241150 commit a0dcb90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scenes/Languages/Detail/LanguageDetail.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export const LanguageDetail = () => {
8080

8181
const language = data?.language;
8282
const {
83+
id,
8384
ethnologue,
8485
locations,
8586
projects,
@@ -163,6 +164,7 @@ export const LanguageDetail = () => {
163164
wrap={(node) => <Grid item>{node}</Grid>}
164165
/>
165166
</Grid>
167+
<DisplayProperty label="Id" value={id} loading={!language} />
166168
<DisplayProperty
167169
label="Pronunciation Guide"
168170
value={displayNamePronunciation?.value}

0 commit comments

Comments
 (0)