Merge pull request #1409 from akihikodaki/name
Add missing src/renderers/get-user-name.ts
This commit is contained in:
		
						commit
						9eb073534f
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		
							
								
								
									
										5
									
								
								src/renderers/get-user-name.ts
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								src/renderers/get-user-name.ts
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,5 @@
 | 
				
			||||||
 | 
					import { IUser } from '../models/user';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export default function(user: IUser): string {
 | 
				
			||||||
 | 
						return user.name || '名無し';
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue