weareinreach / InReach

Prefer boolean attributes notation in JSX JS-0400
Anti-pattern
Minor
1 occurrence in this check
Value must be omitted for boolean attribute noWrap
 97				Total: {userData?.length ?? 0}
 98			</Text>
 99			<Group
100				noWrap={true}101				position='left'
102				spacing={'16px'}
103				style={{