Skip to content

Commit

Permalink
fix build (#2454)
Browse files Browse the repository at this point in the history
  • Loading branch information
namgold authored Dec 15, 2023
1 parent 3a00fb9 commit 0bceef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/user/hooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import {
updateUserSlippageTolerance,
} from 'state/user/actions'
import { CROSS_CHAIN_SETTING_DEFAULT, CrossChainSetting, VIEW_MODE } from 'state/user/reducer'
import { isAddress, isChristmasTime } from 'utils'
import { isAddress } from 'utils'

const MAX_FAVORITE_LIMIT = 12

Expand Down

0 comments on commit 0bceef7

Please sign in to comment.