Skip to content

Commit

Permalink
feat(medium): refactoring after review
Browse files Browse the repository at this point in the history
  • Loading branch information
manoncarbonnel authored and dpellier committed Nov 10, 2023
1 parent 528d0ce commit fd805a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export class OsdsMedium implements OdsMediumAttribute {
<Host>
<img alt={ this.alt }
src={ this.src }
height={ this.height || undefined }
width={ this.width || undefined }
height={ this.height ?? undefined }
width={ this.width ?? undefined }
/>
</Host>
);
Expand Down

0 comments on commit fd805a9

Please sign in to comment.