Skip to content

Commit 67e95d0

Browse files
committed
feat: activate station and session filter in species view
1 parent 3ce2b29 commit 67e95d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/pages/species/species.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ export const Species = () => {
4646
<div className="flex flex-col gap-6 md:flex-row">
4747
<Filtering
4848
config={{
49-
session: false, // TODO: Update when working
50-
station: false, // TODO: Update when working
49+
session: true,
50+
station: true,
5151
taxon: true,
5252
}}
5353
/>

0 commit comments

Comments
 (0)