Skip to content

Commit

Permalink
merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Oct 24, 2024
1 parent f3d2c55 commit 6078843
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {StyleSheet, View} from 'react-native'
import {SafeAreaView} from 'react-native-safe-area-context'
import {WebView, WebViewMessageEvent} from 'react-native-webview'
import {useQueryClient} from 'react-query'
import {useQueryClient} from 'react-query'

import {PleaseWaitModal} from '../../../components/PleaseWaitModal'
import {Spacer} from '../../../components/Spacer/Spacer'
Expand All @@ -19,7 +18,6 @@ import globalMessages from '../../../kernel/i18n/global-messages'
import {logger} from '../../../kernel/logger/logger'
import {useMetrics} from '../../../kernel/metrics/metricsManager'
import {StakingCenterRouteNavigation, useWalletNavigation} from '../../../kernel/navigation'
import {StakingCenterRouteNavigation, useWalletNavigation} from '../../../kernel/navigation'
import {NotEnoughMoneyToSendError} from '../../../yoroi-wallets/cardano/types'
import {useStakingTx} from '../../Dashboard/StakePoolInfos'
import {PoolDetailScreen} from '../PoolDetails'
Expand All @@ -30,7 +28,6 @@ export const StakingCenter = () => {
const {isDark} = useTheme()
const {styles} = useStyles()
const queryClient = useQueryClient()
const queryClient = useQueryClient()

const {languageCode} = useLanguage()
const {wallet, meta} = useSelectedWallet()
Expand Down

0 comments on commit 6078843

Please sign in to comment.