From dff992568b7429991e753cd7e50326f94527c195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Or=C4=99ziak?= Date: Mon, 15 May 2023 21:14:12 +0200 Subject: [PATCH] Fix vocational school rspo id in filters (#13) --- .../app/MapSearchPage/filters/InstitutionTypeFilter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/app/MapSearchPage/filters/InstitutionTypeFilter.tsx b/src/components/app/MapSearchPage/filters/InstitutionTypeFilter.tsx index 8cc8bd1..68c5fa0 100644 --- a/src/components/app/MapSearchPage/filters/InstitutionTypeFilter.tsx +++ b/src/components/app/MapSearchPage/filters/InstitutionTypeFilter.tsx @@ -15,7 +15,7 @@ const mainInstitutionTypes = [ icon: '🔧', }, { - rspoTypeId: '94', + rspoTypeId: '93', name: ( Szkoła branżowa
I st.