Details
Details
- Opened devices screen on native and verified they're now displayed correctly
- JS playground:
function getLabel(deviceID, isPrimary, isThisDevice) { // contents of useMemo } getLabel('123456789', false, false) // '1234567' getLabel('123456789', false, true) // '1234567 (this device)' getLabel('123456789', true, false) // '1234567 (primary)' getLabel('123456789', true, true) // '1234567 (primary, this device)'
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- ashoat/test
- Lint
No Lint Coverage - Unit
No Test Coverage