Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions src/UI/components/map/layers/filters/filterList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const FilterList = ({
</Box> */}

{/* ================= Season ================= */}
{/* <Box sx={{ mb: 2 }}>
<Box sx={{ mb: 2 }}>
<Typography
sx={{
fontSize: '1rem',
Expand All @@ -138,7 +138,7 @@ export const FilterList = ({
filterToggleType="string"
filterOptionsArray={[
{
name: 'rainy',
name: 'wet',
optionIcon: <ThunderstormIcon sx={{ fontSize: '1.2rem' }} />,
displayName: t('filterList.display.rainy').toUpperCase(),
},
Expand All @@ -150,7 +150,7 @@ export const FilterList = ({
]}
hasEmpty={false}
/>
</Box> */}
</Box>

{/* ================= Insecticide ================= */}
<Box sx={{ mb: 2 }}>
Expand Down Expand Up @@ -200,7 +200,7 @@ export const FilterList = ({
</Box>

{/* ================= Abundance ================= */}
{/* <Box sx={{ mb: 1.5 }}>
<Box sx={{ mb: 1.5 }}>
<FilterToggle
filterTitle="Abundance data:"
filterName="abundance_data"
Expand All @@ -210,7 +210,7 @@ export const FilterList = ({
]}
hasEmpty={true}
/>
</Box> */}
</Box>

{/* ================= Bionomics ================= */}
<Box sx={{ mb: 1.5 }}>
Expand All @@ -227,7 +227,7 @@ export const FilterList = ({
</Box>

{/* ================= Adult ================= */}
{/* <Box sx={{ mb: 1.5 }}>
<Box sx={{ mb: 1.5 }}>
<FilterToggle
filterTitle="Adult data:"
filterName="isAdult"
Expand All @@ -237,10 +237,10 @@ export const FilterList = ({
]}
hasEmpty={false}
/>
</Box> */}
</Box>

{/* ================= Larval ================= */}
{/* <Box sx={{ mb: 2 }}>
<Box sx={{ mb: 2 }}>
<FilterToggle
filterTitle="Larval data:"
filterName="isLarval"
Expand All @@ -250,7 +250,7 @@ export const FilterList = ({
]}
hasEmpty={false}
/>
</Box> */}
</Box>

{/* ================= Time ================= */}
<Box>
Expand Down
4 changes: 2 additions & 2 deletions src/UI/components/shared/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export default function NavBar() {

const moreOptions = [
{ text: t('species'), url: '/species' },
//{ text: t('source'), url: '/sources' },
//{ text: t('addSource'), url: '/new_source', role: 'uploader' },
{ text: t('source'), url: '/sources' },
{ text: t('addSource'), url: '/new_source', role: 'uploader' },
{ text: t('datasets'), url: '/uploaded-dataset/list' },
];
if (
Expand Down
4 changes: 3 additions & 1 deletion src/UI/state/map/utils/countrySpeciesLists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const countryList = [
'Central African Republic',
'Chad',
'Comoros',
"Cote d'Ivoire",
'Cote dIvoire',
'Dr Congo',
'Congo',
'Djibouti',
Expand All @@ -33,11 +33,13 @@ export const countryList = [
'Mali',
'Mauritania',
'Mauritius',
'Mayotte',
'Morocco',
'Mozambique',
'Namibia',
'Niger',
'Nigeria',
'Reunion',
'Rwanda',
'Sao Tome and Principe',
'Senegal',
Expand Down
Loading