This commit is contained in:
MuslemRahimi 2025-02-09 18:16:27 +01:00
parent ebfe0ed017
commit 90bc5f153e

View File

@ -424,7 +424,7 @@
</div> </div>
<span class="text-sm sm:text-[1rem] text-gray-400"> <span class="text-sm sm:text-[1rem] text-gray-400">
{item.time_formatted} - {item.location} {item.time_formatted} {item.location !== null ? `- ${item?.location}` : ''}
</span> </span>
</div> </div>