Update ProfileHeader.tsx (#1389)
This commit is contained in:
		
							parent
							
								
									63f0b2f0e5
								
							
						
					
					
						commit
						b6d239aa37
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -470,8 +470,8 @@ const ProfileHeaderLoaded = observer(
 | 
			
		|||
                  accessibilityRole="button"
 | 
			
		||||
                  accessibilityLabel={`${followers} ${pluralizedFollowers}`}
 | 
			
		||||
                  accessibilityHint={'Opens followers list'}>
 | 
			
		||||
                  <Text type="md" style={[s.bold, s.mr2, pal.text]}>
 | 
			
		||||
                    {followers}
 | 
			
		||||
                  <Text type="md" style={[s.bold, pal.text]}>
 | 
			
		||||
                    {followers}{' '}
 | 
			
		||||
                  </Text>
 | 
			
		||||
                  <Text type="md" style={[pal.textLight]}>
 | 
			
		||||
                    {pluralizedFollowers}
 | 
			
		||||
| 
						 | 
				
			
			@ -484,8 +484,8 @@ const ProfileHeaderLoaded = observer(
 | 
			
		|||
                  accessibilityRole="button"
 | 
			
		||||
                  accessibilityLabel={`${following} following`}
 | 
			
		||||
                  accessibilityHint={'Opens following list'}>
 | 
			
		||||
                  <Text type="md" style={[s.bold, s.mr2, pal.text]}>
 | 
			
		||||
                    {following}
 | 
			
		||||
                  <Text type="md" style={[s.bold, pal.text]}>
 | 
			
		||||
                    {following}{' '}
 | 
			
		||||
                  </Text>
 | 
			
		||||
                  <Text type="md" style={[pal.textLight]}>
 | 
			
		||||
                    following
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue