Skip to content
Snippets Groups Projects
Commit aa97d822 authored by chris's avatar chris
Browse files

start with editoria

parent 79ce2a24
No related branches found
No related tags found
1 merge request!360fix: dropdown value
...@@ -70,7 +70,7 @@ const Editors = () => { ...@@ -70,7 +70,7 @@ const Editors = () => {
case 'ncbi': case 'ncbi':
return <NCBI />; return <NCBI />;
default: default:
return <HHMI />; return <Editoria />;
} }
}; };
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment