Skip to content

Commit

Permalink
Fjern utkommentert kode
Browse files Browse the repository at this point in the history
  • Loading branch information
kenove committed Aug 20, 2024
1 parent ebc016d commit 5e8096f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/app/(sok)/_components/filters/FiltersMobile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,6 @@ function FiltersMobile({ onCloseClick, searchResult, query, dispatchQuery, aggre
initialValues={aggregations.engagementTypes}
updatedValues={searchResult && searchResult.aggregations.engagementTypes}
/>

{/* TODO: COMMENT IN WHEN FILTER IS READY BACKEND
<Education
query={query}
dispatch={dispatchQuery}
initialValues={aggregations.education}
updatedValues={searchResult && searchResult.aggregations.education}
/>
*/}
</>
)}
</div>
Expand Down

0 comments on commit 5e8096f

Please sign in to comment.