Skip to content
Snippets Groups Projects
Commit a5b07d4f authored by utkarsh_33's avatar utkarsh_33 Committed by Chris Wells
Browse files

Issue #3477238: Show all images for a project, even if only one

parent 4890e11d
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<div class="pb-detail-modal__description" id="summary-wrapper"> <div class="pb-detail-modal__description" id="summary-wrapper">
{@html project.body.summary} {@html project.body.summary}
</div> </div>
{#if project.project_images.length > 1} {#if project.project_images.length > 0}
<div class="pb-detail-modal__carousel-wrapper"> <div class="pb-detail-modal__carousel-wrapper">
<ImageCarousel sources={project.project_images} /> <ImageCarousel sources={project.project_images} />
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment