You've already forked AstralRinth
forked from didirus/AstralRinth
@@ -79,6 +79,7 @@ import {
|
||||
ButtonStyled,
|
||||
getCurrencyIcon,
|
||||
injectNotificationManager,
|
||||
useVIntl,
|
||||
} from '@modrinth/ui'
|
||||
import { capitalizeString, formatMoney } from '@modrinth/utils'
|
||||
import dayjs from 'dayjs'
|
||||
|
||||
@@ -28,13 +28,13 @@ defineProps({
|
||||
versions: {
|
||||
type: Array,
|
||||
default() {
|
||||
return {}
|
||||
return []
|
||||
},
|
||||
},
|
||||
members: {
|
||||
type: Array,
|
||||
default() {
|
||||
return {}
|
||||
return []
|
||||
},
|
||||
},
|
||||
organization: {
|
||||
|
||||
Reference in New Issue
Block a user