File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const CheckoutRow = ({ checkoutID }: { checkoutID: string }) => {
7171 disabled = {
7272 ( libraryDoc . checkoutGroups [ userDoc . checkoutGroup ] . maxRenews ?? 0 ) -
7373 checkout . renewsUsed <=
74- 0
74+ 0 || checkout . dueDate . toMillis ( ) > Date . now ( )
7575 }
7676 onClick = { ( ) => {
7777 httpsCallable (
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const DueDates = () => (
3131 </ ul >
3232 </ li >
3333 < li >
34- In the event that a book will due on an academic or national holiday or
34+ In the event that a book is due on an academic or national holiday or
3535 break, the book will be due on{ ' ' }
3636 < b className = "font-weight-bold" > the first day back</ b > .
3737 < ul >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const Introduction = () => (
99 students can come check out books for their enjoyment. This will also
1010 serve as a resource center for students to acquire more knowledge about
1111 their fields of study. The library will be designed in a way where
12- everyone will be be able to check out books for a reasonable time frame to
12+ everyone will be able to check out books for a reasonable time frame to
1313 ensure that all students have equal access to our catalog! We hope to see
1414 you there!
1515 </ p >
You can’t perform that action at this time.
0 commit comments