diff --git a/src/components/Avatar/index.tsx b/src/components/Avatar/index.tsx index d4d1955dc3..5e03b2ad7c 100644 --- a/src/components/Avatar/index.tsx +++ b/src/components/Avatar/index.tsx @@ -40,7 +40,7 @@ export class Avatar extends React.Component { this.getFallbackImage(this.props.profileType) } - getFallbackImage(type?: ProfileTypeLabel) { + public getFallbackImage(type?: ProfileTypeLabel) { const img = Workspace.findWorkspaceBadge(type, true) this.setState({ fallbackBadge: img }) }