Skip to content

Commit

Permalink
Hotfixes (#806)
Browse files Browse the repository at this point in the history
* reenabled berkeley food purchases feedback question
  • Loading branch information
srisainachuri authored Mar 3, 2022
1 parent 7bb7c70 commit fcfdf2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions huxley/www/js/components/DelegateCommitteeFeedbackView.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class DelegateCommitteeFeedbackView extends React.Component {
</select>
</label>
</div>
{/* <div>
<div>
<br />
<hr />
<br />
Expand All @@ -326,7 +326,7 @@ class DelegateCommitteeFeedbackView extends React.Component {
value={this.state["money_spent"].toString()}
/>
</label>
</div> */}
</div>
</div>
);
};
Expand Down

0 comments on commit fcfdf2e

Please sign in to comment.