jonogon / jonogon-mono

Take Action on Issues you care about
MIT License
31 stars 28 forks source link

Minor bug in petition details page #99

Closed riya09 closed 6 days ago

riya09 commented 1 week ago

Bug Description

When no files are found in details page, it is showing '0'. This happened due to my last change here. It is showing the length 0 when file attachment array is empty.

https://jonogon.org/petitions/51

Screenshot 2024-09-10 at 5 58 16 AM

Updated the condition so that nothing renders if no file attachments are available.