-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nick/feature/event home page card/99 #135
base: main
Are you sure you want to change the base?
Conversation
….com/UoaWDCC/auis-portal into nick/feature/event-home-page-card/99
….com/UoaWDCC/auis-portal into nick/feature/event-home-page-card/99
….com/UoaWDCC/auis-portal into nick/feature/event-home-page-card/99
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have a look at the comments
database/docker-compose.yml
Outdated
@@ -9,7 +9,7 @@ services: | |||
POSTGRES_PASSWORD: GuryIsGoat | |||
POSTGRES_DB: AUIS | |||
ports: | |||
- 5432:5432 | |||
- 5435:5432 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change back to 5432
package.json
Outdated
@@ -17,6 +17,7 @@ | |||
}, | |||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", | |||
"dependencies": { | |||
"dayjs": "^1.11.13" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add comma here
import { GET_EVENTS } from "../graphql/queries"; | ||
import dayjs from "dayjs"; | ||
|
||
interface EventAttributes { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to types.ts file and import from there
….com/UoaWDCC/auis-portal into nick/feature/event-home-page-card/99
closes #99