mirror of
https://github.com/flarum/core.git
synced 2025-07-22 17:21:27 +02:00
Remove core key reorganization comments
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
* @return {Object}
|
||||
*/
|
||||
export default function username(user) {
|
||||
// Core Key Reorganization: Added core namespacing to the key.
|
||||
const name = (user && user.username()) || app.trans('core.deleted_username');
|
||||
|
||||
return <span className="username">{name}</span>;
|
||||
|
Reference in New Issue
Block a user