Skip to content
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

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

nlia656
Copy link
Contributor

@nlia656 nlia656 commented Sep 12, 2024

closes #99

Copy link
Contributor

@gmat224 gmat224 left a 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

@@ -9,7 +9,7 @@ services:
POSTGRES_PASSWORD: GuryIsGoat
POSTGRES_DB: AUIS
ports:
- 5432:5432
- 5435:5432
Copy link
Contributor

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"
Copy link
Contributor

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 {
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upcoming Event Home Page Card
2 participants