Skip to content

Commit

Permalink
Remove metadata heading from layer info
Browse files Browse the repository at this point in the history
  • Loading branch information
bkis committed Oct 4, 2023
1 parent f498c35 commit 77c905e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const coveragePercent = computed(
</p>

<template v-if="Object.keys(layer.meta as object).length">
<h3>{{ $t('models.meta.modelLabel') }}</h3>
<MetadataDisplay :data="layer.meta" />
</template>

Expand Down

0 comments on commit 77c905e

Please sign in to comment.