Skip to content

Commit

Permalink
Remove unused userAlias prop from UserAvatar
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Oct 19, 2020
1 parent 5187732 commit da95549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserAvatar/UserAvatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import PropTypes from "prop-types";
import { Avatar } from "@material-ui/core";

export default function UserAvatar({userName, userAlias}){
export default function UserAvatar({ userName }){

return(
<Avatar>
Expand Down

0 comments on commit da95549

Please sign in to comment.