Skip to content

Commit

Permalink
apps/budgeting/proposal-list: fixing type class to className
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Nov 25, 2021
1 parent b29cbbc commit 29ea0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meinberlin/apps/budgeting/assets/BudgetingProposalList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const BudgetingProposalList = (props) => {
useEffect(fetchProposals, [])

return (
<div class="module-content--light">
<div className="module-content--light">
<div className="l-wrapper">
<div className="l-center-8">
<ul className="u-list-reset">
Expand Down

0 comments on commit 29ea0ac

Please sign in to comment.