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

fix: Video app categories page need null safety #13674

Merged
merged 4 commits into from
Feb 15, 2024

Conversation

A7Lavinraj
Copy link
Contributor

@A7Lavinraj A7Lavinraj commented Feb 14, 2024

fix:#13673

Copy link

vercel bot commented Feb 14, 2024

@A7Lavinraj is attempting to deploy a commit to the cal Team on Vercel.

A member of the Team first needs to authorize it.

@graphite-app graphite-app bot added the community Created by Linear-GitHub Sync label Feb 14, 2024
Copy link

graphite-app bot commented Feb 14, 2024

Graphite Automations

A Graphite automation took an action on this PR • (02/14/24)

1 label was added based on Keith Williams's automation, 'Add community label'

A Graphite automation took an action on this PR • (02/14/24)

1 reviewer was added based on Keith Williams's automation, 'Add foundation team as reviewer'

@github-actions github-actions bot added the ❗️ migrations contains migration files label Feb 14, 2024
Copy link
Contributor

github-actions bot commented Feb 14, 2024

Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link.

Copy link
Contributor

github-actions bot commented Feb 14, 2024

📦 Next.js Bundle Analysis for @calcom/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link
Contributor

@Udit-takkar Udit-takkar left a comment

Choose a reason for hiding this comment

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

@A7Lavinraj Could you please remove yarn.lock file changes and the new migration file?

git checkout origin/main -- yarn.lock to undo the changes in yarn.lock file and push that yarn.lock file so it's the same as main branch

@PeerRich PeerRich changed the title fix:#13673 fix: Video app categories page need null safety Feb 14, 2024
@A7Lavinraj
Copy link
Contributor Author

@Udit-takkar ok sir

@A7Lavinraj
Copy link
Contributor Author

@Udit-takkar sir, Is there any other improvement i must have to do? to get merge this pull request

@graphite-app graphite-app bot requested a review from a team February 14, 2024 13:20
@@ -47,7 +47,7 @@ export default function Apps({ apps }: PageProps) {
<div className="mb-16">
<div className="grid-col-1 grid grid-cols-1 gap-3 md:grid-cols-3">
{apps
.sort((a, b) => (b.installCount || 0) - (a.installCount || 0))
?.sort((a, b) => (b.installCount || 0) - (a.installCount || 0))
Copy link
Contributor

@Udit-takkar Udit-takkar Feb 14, 2024

Choose a reason for hiding this comment

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

i didn't got any error when i tried a category that doesn't exist even if i remove this change

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sir, I got it in local development, I send a screenshot too

@PeerRich PeerRich added this to the v3.9 milestone Feb 15, 2024
@Udit-takkar Udit-takkar enabled auto-merge (squash) February 15, 2024 06:57
@Udit-takkar Udit-takkar merged commit a056160 into calcom:main Feb 15, 2024
29 of 37 checks passed
@keithwillcode keithwillcode modified the milestones: v3.9, v3.8 Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Created by Linear-GitHub Sync ❗️ migrations contains migration files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants