Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexharvest committed Nov 5, 2024
1 parent cf27b89 commit ef842ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Portfolio/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ const Portfolio = () => {
const [sortOrder, setSortOrder] = useState(false)
const [showInactiveFarms, setShowInactiveFarms] = useState(false)
const [viewPositions, setViewPositions] = useState(true)
const [isLoading, setIsLoading] = useState(true)
const [showLatestYield, setShowLatestYield] = useState(false)
const [currencySym, setCurrencySym] = useState('$')
const [currencyRate, setCurrencyRate] = useState(1)
const [isLoading, setIsLoading] = useState(true)
const [oneDayYield, setOneDayYield] = useState(0)
const [showAddress, setShowAddress] = useState(true)

Expand Down

0 comments on commit ef842ce

Please sign in to comment.