Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benisgold committed Oct 12, 2023
1 parent aeb8ef3 commit c12cc5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/exchange/ExchangeAssetList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ const ExchangeAssetList: ForwardRefRenderFunction<
setLocalFavorite(prev => {
const address = rowData.address;
const newValue = !prev?.[address];
// dispatch(uniswapUpdateFavorites(address, newValue));
toggleFavorite(address);
if (newValue) {
ios && onNewEmoji();
Expand Down

0 comments on commit c12cc5d

Please sign in to comment.