Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JSmithOner committed Dec 11, 2023
1 parent e16aa7b commit da5a2ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/store/features/wallets/walletsSelector.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Global } from '@emotion/react'
import { createSelector } from '@reduxjs/toolkit'

import _mapValues from 'lodash/mapValues'
Expand All @@ -10,10 +9,7 @@ import { RootState } from 'src/store/store'
import { RentCalculation } from 'src/types/RentCalculation'

import { Realtoken, selectRealtokens } from '../realtokens/realtokensSelector'
import {
selectAddressList,
selectUserRentCalculation,
} from '../settings/settingsSelector'
import { selectUserRentCalculation } from '../settings/settingsSelector'

export interface UserRealtoken extends Realtoken {
id: string
Expand Down

0 comments on commit da5a2ea

Please sign in to comment.