Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkaroraa committed Feb 8, 2023
1 parent ad5c405 commit eac6bad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
isBullPositionRefetchingAtom,
ethQueuedAtom,
zenBullQueuedAtom,
bullEthPnlAtom,
} from '@state/bull/atoms'

import useStyles from '@components/Strategies/styles'
Expand All @@ -19,6 +20,7 @@ const BullPosition: React.FC = () => {
const bullPosition = useAtomValue(bullCurrentETHPositionAtom)
const ethQueued = useAtomValue(ethQueuedAtom)
const zenBullQueued = useAtomValue(zenBullQueuedAtom)
const bullEthPnL = useAtomValue(bullEthPnlAtom)

const classes = useStyles()

Expand Down

0 comments on commit eac6bad

Please sign in to comment.