fix: rev page broken (#4994)

* fix: i18n

* fix: lint
This commit is contained in:
Calum H.
2025-12-29 23:40:56 +00:00
committed by GitHub
parent 366a0a6366
commit 1a16d61511
2 changed files with 3 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ import {
ButtonStyled, ButtonStyled,
getCurrencyIcon, getCurrencyIcon,
injectNotificationManager, injectNotificationManager,
useVIntl,
} from '@modrinth/ui' } from '@modrinth/ui'
import { capitalizeString, formatMoney } from '@modrinth/utils' import { capitalizeString, formatMoney } from '@modrinth/utils'
import dayjs from 'dayjs' import dayjs from 'dayjs'

View File

@@ -28,13 +28,13 @@ defineProps({
versions: { versions: {
type: Array, type: Array,
default() { default() {
return {} return []
}, },
}, },
members: { members: {
type: Array, type: Array,
default() { default() {
return {} return []
}, },
}, },
organization: { organization: {