()
| 167 | |
| 168 | // Check if there are any pending changes |
| 169 | const hasPendingChanges = () => { |
| 170 | return marketplaceStates.some(state => state.pendingUpdate || state.pendingRemove); |
| 171 | }; |
| 172 | |
| 173 | // Get count of pending operations |
| 174 | const getPendingCounts = () => { |
no outgoing calls
no test coverage detected