Skip to content

Commit

Permalink
Refactor AvatarImageComponent to include user's HTMLImageElement
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Jul 27, 2024
1 parent 8b7de7c commit d72e024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/avatar-image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import { action } from '@ember/object';
import { tracked } from '@glimmer/tracking';

type Signature = {
Element: HTMLImageElement;

Args: {
user: UserModel;
};

Element: HTMLImageElement;
};

export default class AvatarImageComponent extends Component<Signature> {
Expand Down

0 comments on commit d72e024

Please sign in to comment.