Fix user page display on mobile

This commit is contained in:
Toby Zerner
2015-07-23 20:24:05 +09:30
parent c8e6fbc338
commit b01b4b04d3
4 changed files with 8 additions and 6 deletions

View File

@ -89,8 +89,7 @@ export default class UserPage extends Component {
* Given a username, load the user's profile from the store, or make a request
* if we don't have it yet. Then initialize the profile page with that user.
*
* @param {[type]} username [description]
* @return {[type]}
* @param {String} username
*/
loadUser(username) {
const lowercaseUsername = username.toLowerCase();