fix: model join date used join_date but API returns date_created
All checks were successful
Build and Push Backend Image / build (push) Successful in 17s
Build and Push Frontend Image / build (push) Successful in 4m13s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 21:42:34 +01:00
parent fa159feffa
commit 662e3e8fe2

View File

@@ -115,7 +115,7 @@ let totalPlays = $derived(
{$_('models.joined', { {$_('models.joined', {
values: { values: {
join_date: new Date( join_date: new Date(
data.model.join_date data.model.date_created
).toLocaleDateString($locale!, { ).toLocaleDateString($locale!, {
day: 'numeric', day: 'numeric',
month: 'long', month: 'long',