✌️
This commit is contained in:
parent
7ee3f63eff
commit
5c497d7563
4 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
import { IUser } from '../models/user';
|
||||
|
||||
export default function(user: IUser): string {
|
||||
return user.name || '名無し';
|
||||
return user.name || user.username;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue