fix: model join date used join_date but API returns date_created
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user