Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Patricia Wanat authored Nov 18, 2019
1 parent 01a001b commit 6853e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Avatar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class Avatar extends React.Component<IProps, IState> {
this.getFallbackImage(this.props.profileType)
}

getFallbackImage(type?: ProfileTypeLabel) {
public getFallbackImage(type?: ProfileTypeLabel) {
const img = Workspace.findWorkspaceBadge(type, true)
this.setState({ fallbackBadge: img })
}
Expand Down

0 comments on commit 6853e6c

Please sign in to comment.