Skip to content

Commit 42acc6c

Browse files
authored
Merge pull request #123 from worldaffairsconference/dev
disabling lunch and adding note for payment
2 parents 756d967 + b741b71 commit 42acc6c

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

src/components/protected/StudentDashboard.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,8 @@ initializeData(userId) {
869869
</Form>
870870
</Card>
871871
{/* MOVE THIS TO THE BOTTOM OF THE PAGE AFTER BOTH FORMS */}
872-
872+
<br />
873+
Please note we will only be accepting cash and card as payment for lunch, no student cards.
873874
<Form onSubmit={this.handleNotesAndLunchSubmit} style={{ color: 'white' }}>
874875

875876
<Row className="mt-4">
@@ -894,12 +895,7 @@ initializeData(userId) {
894895
checked={this.state.lunch}
895896
onChange={this.handleCheckboxChange}
896897
style={{ color: '#333' }}
897-
898-
/*Uncomment to disable lunch orders
899-
900898
disabled
901-
902-
Uncomment to disable lunch orders*/
903899
/>
904900
I will be eating the catered lunch provided by Aramark for <strong>$15</strong>
905901
</Label>

0 commit comments

Comments
 (0)