• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

decentraland / marketplace / 16753301538

05 Aug 2025 02:40PM UTC coverage: 66.799% (-0.02%) from 66.818%
16753301538

Pull #2437

github

web-flow
feat: Remove connected router from collections (#2439)

* feaet: Remove connected react router from favorites

* feat: Remove connected router from collections

---------

Signed-off-by: Lautaro Petaccio <1120791+LautaroPetaccio@users.noreply.github.com>
Pull Request #2437: feat: Remove connected router from current NFT and items

2754 of 5383 branches covered (51.16%)

Branch coverage included in aggregate %.

145 of 178 new or added lines in 14 files covered. (81.46%)

13 existing lines in 6 files now uncovered.

8181 of 10987 relevant lines covered (74.46%)

78.53 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

62.5
/webapp/src/modules/order/hooks.ts
1
import { useSelector } from 'react-redux'
1✔
2
import { useGetCurrentNFT } from '../nft/hooks'
1✔
3
import { getData } from './selectors'
1✔
4
import { getActiveOrder } from './utils'
1✔
5

6
export const useGetCurrentOrder = () => {
1✔
NEW
7
  const nft = useGetCurrentNFT()
×
NEW
8
  const orders = useSelector(getData)
×
NEW
9
  return getActiveOrder(nft, orders)
×
10
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc