Skip to content

Commit

Permalink
Remove numeral package
Browse files Browse the repository at this point in the history
  • Loading branch information
muliswilliam committed Apr 5, 2022
1 parent 893db6d commit 2f1f742
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions components/brave_wallet_ui/common/reducers/wallet_reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import {
SolFeeEstimates
} from '../../constants/types'
import {
ActiveOriginChanged,
GetCoinMarketsResponse,
IsEip1559Changed,
NewUnapprovedTxAdded,
Expand Down Expand Up @@ -96,7 +95,6 @@ const defaultState: WalletState = {
defaultNetworks: [] as BraveWallet.NetworkInfo[],
isLoadingCoinMarketData: true,
coinMarketData: [],
defaultNetworks: [] as BraveWallet.NetworkInfo[],
selectedNetworkFilter: AllNetworksOption,
solFeeEstimates: undefined
}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@
"date-fns": "^2.15.0",
"fuse.js": "^6.4.6",
"jszip": "^3.2.2",
"numeral": "^2.0.6",
"prettier-bytes": "^1.0.4",
"qr-image": "^3.2.0",
"react-router": "^5.2.1",
Expand Down

0 comments on commit 2f1f742

Please sign in to comment.