We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 756d967 + b741b71 commit 42acc6cCopy full SHA for 42acc6c
1 file changed
src/components/protected/StudentDashboard.js
@@ -869,7 +869,8 @@ initializeData(userId) {
869
</Form>
870
</Card>
871
{/* MOVE THIS TO THE BOTTOM OF THE PAGE AFTER BOTH FORMS */}
872
-
+ <br />
873
+ Please note we will only be accepting cash and card as payment for lunch, no student cards.
874
<Form onSubmit={this.handleNotesAndLunchSubmit} style={{ color: 'white' }}>
875
876
<Row className="mt-4">
@@ -894,12 +895,7 @@ initializeData(userId) {
894
895
checked={this.state.lunch}
896
onChange={this.handleCheckboxChange}
897
style={{ color: '#333' }}
898
- /*Uncomment to disable lunch orders
899
900
disabled
901
902
- Uncomment to disable lunch orders*/
903
/>
904
I will be eating the catered lunch provided by Aramark for <strong>$15</strong>
905
</Label>
0 commit comments