X-Git-Url: http://these/git/?a=blobdiff_plain;f=ui%2Fsrc%2Fcomponents%2Fuser-listing.tsx;fp=ui%2Fsrc%2Fcomponents%2Fuser-listing.tsx;h=0e150b9420d3468d61cadd01ea229ab2dca01c54;hb=dc94e58cbf7e7de10d97331a3056380a3416e0b0;hp=903aa1a7550638da52250f2399eedc963afbb4cf;hpb=fd6a040568239d2e6949394fdc0ce0f7ac70275c;p=lemmy.git diff --git a/ui/src/components/user-listing.tsx b/ui/src/components/user-listing.tsx index 903aa1a7..0e150b94 100644 --- a/ui/src/components/user-listing.tsx +++ b/ui/src/components/user-listing.tsx @@ -1,7 +1,7 @@ import { Component } from 'inferno'; import { Link } from 'inferno-router'; import { UserView } from '../interfaces'; -import { pictshareAvatarThumbnail, showAvatars, hostname } from '../utils'; +import { pictrsAvatarThumbnail, showAvatars, hostname } from '../utils'; interface UserOther { name: string; @@ -40,7 +40,7 @@ export class UserListing extends Component { )}