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

NW6 | Fikret Ellek | React-Module-Project | Week-1 | Calculate Duration #42

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

fikretellek
Copy link
Collaborator

@fikretellek fikretellek commented Mar 8, 2024

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

Copy link

netlify bot commented Mar 8, 2024

Deploy Preview for cyf-react-hotel-project failed.

Name Link
🔨 Latest commit adb3b28
🔍 Latest deploy log https://app.netlify.com/sites/cyf-react-hotel-project/deploys/65eb3960294bde000874d229

@RbAvci RbAvci merged commit 9d34026 into main Mar 9, 2024
0 of 4 checks passed
@RbAvci RbAvci deleted the Feature/CalculateDuration branch March 9, 2024 14:39
@RbAvci RbAvci linked an issue Mar 9, 2024 that may be closed by this pull request
1 task
@RbAvci RbAvci removed a link to an issue Mar 9, 2024
1 task
@RbAvci RbAvci linked an issue Mar 9, 2024 that may be closed by this pull request
1 task
nights={dayjs(booking.checkOutDate)
.diff(dayjs(booking.checkInDate), "days")
.toString()
.padStart(2, "0")}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good :)

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.

Feature Calculate Duration
3 participants