diff --git a/src/modules/otus/components/TaxaInfo.vue b/src/modules/otus/components/TaxaInfo.vue index 0a99baa..e7047fe 100644 --- a/src/modules/otus/components/TaxaInfo.vue +++ b/src/modules/otus/components/TaxaInfo.vue @@ -5,6 +5,11 @@

+

@@ -28,6 +33,17 @@ const props = defineProps({ } }) +const status = computed(() => + props.taxon.cached_is_valid + ? '' + : '✕' +) +const statusStyle = computed(() => + props.taxon.cached_is_valid + ? '' + : 'text-red-600' +) + const isValid = computed(() => props.taxon.id === props.taxon.cached_valid_taxon_name_id) const taxonNameString = computed(() =>