Skip to content

Commit

Permalink
Settings: Hide Wikidata mappings from My Data links (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Apr 21, 2022
1 parent b32a42f commit 1036010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TheSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
{{ $t("settings.dataInRegistriesSubtitle") }}
</p>
<p
v-for="registry in config.registries.filter(registry => $jskos.mappingRegistryIsStored(registry) && !$jskos.compare(registry, localMappingsRegistry))"
v-for="registry in config.registries.filter(registry => $jskos.mappingRegistryIsStored(registry) && !$jskos.compare(registry, localMappingsRegistry) && registry.uri !== 'http://coli-conc.gbv.de/registry/wikidata-mappings')"
:key="registry.uri">
<registry-info
:registry="registry"
Expand Down

0 comments on commit 1036010

Please sign in to comment.