mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-12 00:04:18 -07:00
- Update copy of WHEJAC meetings (#1521)
- make all events one day ahead to account for timezones - update
This commit is contained in:
parent
859177a877
commit
bc1aad4608
3 changed files with 13 additions and 11 deletions
|
@ -36,6 +36,7 @@ const PublicEvent = ({event}:IPublicEvent) => {
|
|||
|
||||
const isEventExpired = new Date() > event.DATE;
|
||||
|
||||
console.log('event and date: ', event.NAME, event.DATE, isEventExpired);
|
||||
return (
|
||||
<CollectionItem
|
||||
variantComponent={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue