Skip to content
Snippets Groups Projects
Commit 4b239509 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

replace CasFinder with Cas

parent e19e8d48
No related branches found
No related tags found
1 merge request!12Genomic context
Pipeline #121822 passed
......@@ -18,7 +18,10 @@ const headers = ref([
const sanitizedSystems = computed(() => {
if (systems.value?.systems) {
return systems.value.systems
return systems.value.systems.map((system) => {
if (system.type === 'CasFinder') return { ...system, type: 'Cas' }
return system
})
} else { return [] }
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment