You've already forked AstralRinth
forked from didirus/AstralRinth
@@ -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'
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user