Skip to content

Commit

Permalink
Update docs-search/client-halogen/src/Docs/Search/App/Sidebar.purs
Browse files Browse the repository at this point in the history
Co-authored-by: Fyodor Soikin <[email protected]>
  • Loading branch information
f-f and fsoikin authored Jan 20, 2025
1 parent cf1f696 commit 3137493
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ mkComponent
-> IsIndexHTML
-> Meta
-> Aff (H.Component Query i Action Aff)
mkComponent moduleIndex@{ packageModules } isIndexHTML {} = do
mkComponent moduleIndex@{ packageModules } isIndexHTML _ = do
groupingMode <- H.liftEffect loadGroupingModeFromLocalStorage
mbModuleName <- H.liftEffect getCurrentModuleName
let currentPackage = getCurrentPackage moduleIndex mbModuleName
Expand Down

0 comments on commit 3137493

Please sign in to comment.