Skip to content

Project conditional display #200

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

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Conversation

asutula
Copy link
Contributor

@asutula asutula commented Feb 28, 2024

Only display projects section if there is data

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
Copy link

railway-app bot commented Feb 28, 2024

This PR is being deployed to Railway 🚅

web: ◻️ REMOVED

@asutula asutula requested a review from joewagner February 28, 2024 15:13
table definitions. Soon we&apos;ll be launching a feature allowing
you to clone any project as a quick way to get started.
</TypographyP>
{featuredProjects.length === 0 ? null : (
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only display featured projects if there is data.

</section>
</>
)}
{latestProjects.length === 0 ? null : (
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only display latest projects if there is data.

Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
@asutula asutula merged commit 6513184 into staging Feb 29, 2024
@asutula asutula deleted the asutula/projects-conditional-display branch February 29, 2024 03:53
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.

2 participants