Skip to content

Commit 1a16d61

Browse files
authored
fix: rev page broken (#4994)
* fix: i18n * fix: lint
1 parent 366a0a6 commit 1a16d61

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/frontend/src/components/ui/dashboard/RevenueTransaction.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ import {
7979
ButtonStyled,
8080
getCurrencyIcon,
8181
injectNotificationManager,
82+
useVIntl,
8283
} from '@modrinth/ui'
8384
import { capitalizeString, formatMoney } from '@modrinth/utils'
8485
import dayjs from 'dayjs'

apps/frontend/src/pages/[type]/[id]/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ defineProps({
2828
versions: {
2929
type: Array,
3030
default() {
31-
return {}
31+
return []
3232
},
3333
},
3434
members: {
3535
type: Array,
3636
default() {
37-
return {}
37+
return []
3838
},
3939
},
4040
organization: {

0 commit comments

Comments
 (0)