Skip to content

Commit

Permalink
chore(wallet-mobile): CRs
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed Apr 14, 2024
1 parent 704f0e9 commit e319145
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {SafeAreaView} from 'react-native-safe-area-context'

import {Button, Spacer} from '../../../components'
import {useSelectedWallet} from '../../WalletManager/Context'
import {usePortfolioBalanceManager} from '../common/usePortfoiloBalanceManager'
import {usePortfolioBalanceManager} from '../common/usePortfolioBalanceManager'
import {usePortfolioTokenManager} from '../common/usePortfolioTokenManager'

export const PortfolioScreen = () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/src/numbers/as-atomic-value.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Numbers} from '@yoroi/types'

import {asAtomicValue} from './as-atomic-value'

describe('asQuantity', () => {
describe('asAtomicValue', () => {
it.each`
input | expected
${BigInt('1000')} | ${'1000'}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {storageSerializer} from '@yoroi/common'
import {App, Portfolio} from '@yoroi/types'

import {portfolioBalanceStorageMaker} from './balance-storage-maker' // Adjust the path accordingly
import {portfolioBalanceStorageMaker} from './balance-storage-maker'
import {tokenMocks} from '../token.mocks'
import {deserializers} from '../../transformers/deserializers'
import {tokenBalanceMocks} from '../token-balance.mocks'
Expand Down

0 comments on commit e319145

Please sign in to comment.