feat: simplify event date labels in product components for clearer display

This commit is contained in:
2026-08-10 14:17:09 -03:00
parent 56f602d876
commit c645feba80
4 changed files with 9 additions and 7 deletions

View File

@@ -349,14 +349,14 @@ describe('ProductDetailPageComponent', () => {
{
id: 20,
value: '20',
label: '09/10/2026 · 10:00 a 20:00',
label: '09/10/2026',
sort_order: 0,
metadata: null,
},
{
id: 21,
value: '21',
label: '10/10/2026 · 10:00 a 20:00',
label: '10/10/2026',
sort_order: 1,
metadata: null,
},