Skip to content

Commit

Permalink
hotfix: DrawerlistIntem details
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadrien Froger committed Oct 19, 2024
1 parent 255d149 commit 2ba0551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/packs/src/decidim/geo/ui/DrawerListItem/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const item = (node) => {
case "proposals":
return proposals(node);
case "reporting_proposals":
return reporting_proposals(node);
return proposals(node);
default:
return fallback(node);
}
Expand Down

0 comments on commit 2ba0551

Please sign in to comment.