-
-
-
-
-
+ return (
+
+ );
};
const ProjectDetailTypeBar = (props) => {
diff --git a/frontend/src/components/projectEdit/descriptionForm.js b/frontend/src/components/projectEdit/descriptionForm.js
index 23e30ed15..e59fe4134 100644
--- a/frontend/src/components/projectEdit/descriptionForm.js
+++ b/frontend/src/components/projectEdit/descriptionForm.js
@@ -40,7 +40,7 @@ export const DescriptionForm = ({ languages }) => {
setProjectInfo({
...projectInfo,
diff --git a/frontend/src/components/taskSelection/action.js b/frontend/src/components/taskSelection/action.js
index 6d127b9d5..0c0b53efe 100644
--- a/frontend/src/components/taskSelection/action.js
+++ b/frontend/src/components/taskSelection/action.js
@@ -220,7 +220,7 @@ export function TaskMapAction({ project, tasks, activeTasks, getTasks, action, e
}
>
- {project.database === 'OSM' ? (
+ {project.database === '' ? (
editor === 'ID' ? (
)
@@ -272,7 +273,7 @@ export function TaskMapAction({ project, tasks, activeTasks, getTasks, action, e
)}
{showSidebar ? (
-