From 877f46c6410057afb2d94bc7c98e189beff5482e Mon Sep 17 00:00:00 2001 From: EduardPrigoana <182119792+EduardPrigoana@users.noreply.github.com> Date: Wed, 4 Feb 2026 21:13:25 +0000 Subject: [PATCH] style: auto-fix linting issues --- js/ui.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/js/ui.js b/js/ui.js index 5f15238..beb47af 100644 --- a/js/ui.js +++ b/js/ui.js @@ -1653,10 +1653,10 @@ export class UIRenderer { dateDisplay = window.innerWidth > 768 ? releaseDate.toLocaleDateString('en-US', { - year: 'numeric', - month: 'long', - day: 'numeric', - }) + year: 'numeric', + month: 'long', + day: 'numeric', + }) : year; } } @@ -2390,9 +2390,9 @@ export class UIRenderer { ${artist.popularity}% popularity
`;