Skip to content

Commit

Permalink
refactor(avatar): remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
HamudeHomsi committed Jun 29, 2023
1 parent 0585ffa commit 5377534
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('bq-avatar', () => {
expect(largeSquareStyle).toEqual({ borderRadius: '12px', height: '64px', width: '64px' });
});

it('should render <bq-badge> tag', async () => {
it('should render <bq-badge> component', async () => {
const page = await newE2EPage();
await page.setContent(`
<bq-avatar
Expand Down
3 changes: 0 additions & 3 deletions packages/bee-q/src/components/avatar/bq-avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ export class BqAvatar {
/** The size of the avatar */
@Prop({ reflect: true, mutable: true }) size: TAvatarSize = 'medium';

// /** The string to display in the badge */
// @Prop({ reflect: true }) badgeContent: string;

// Prop lifecycle events
// =======================

Expand Down

0 comments on commit 5377534

Please sign in to comment.