Skip to content

Commit

Permalink
front-react-portfolio_individual: chore remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrdark committed Aug 15, 2024
1 parent 310fa2f commit 3e12647
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front/react/src/components/portfolio/PortfolioManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const PortfolioManager = () => {
const navigate = useNavigate();
const {portfolioType} = useParams();
const currentPortfolioType = portfolioTypes.find(allPortfolioTypes => allPortfolioTypes.type.toLowerCase() === portfolioType.toLowerCase());
const otherPortfolioTypes = portfolioTypes.filter(allPortfolioTypes => allPortfolioTypes.type.toLowerCase() !== portfolioType.toLowerCase());
const {portfolio, addFunds, withdrawFunds} = usePortfolio(portfolioType.toUpperCase());

const {portfolios} = useCombinedPortfolioDetails();
Expand Down

0 comments on commit 3e12647

Please sign in to comment.