fix import extension for formatMudPointCount in PlatformMudPointWalletEntry
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
|
||||
import type { ProfileMudPointBalance } from '@/packages/shared/src';
|
||||
import MUD_POINT_ICON_SRC from '@/packages/shared/src/icons/topbar-wallet.png';
|
||||
import { formatMudPointCount } from '@/packages/shared/src/utils/format.ts';
|
||||
import { formatMudPointCount } from '@/packages/shared/src/utils/format';
|
||||
|
||||
export type PlatformMudPointWalletEntryProps = {
|
||||
balance: number | null;
|
||||
|
||||
Reference in New Issue
Block a user