Skip to content

Commit

Permalink
style: 🎨 format
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydawka committed Nov 22, 2023
1 parent 0829f3b commit 4c1d8f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,12 +424,12 @@ function handleNextButton() {
? "Yes"
: dataset_metadata.de_identification.direct === false
? "No"
: "-"
: ""
}}
</n-descriptions-item>

<n-descriptions-item label="Type">
{{ dataset_metadata.de_identification.type || "-" }}
{{ dataset_metadata.de_identification.type }}
</n-descriptions-item>
</n-descriptions>

Expand Down

0 comments on commit 4c1d8f9

Please sign in to comment.