ui fix
This commit is contained in:
parent
ebfe0ed017
commit
90bc5f153e
@ -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>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user