Skip to content

Commit

Permalink
fix: make width conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Dec 9, 2024
1 parent d04b864 commit 42b5e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/epo-react-lib/src/atomic/Picture/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { stringifySrcSet } from "../Image/utils";

type AlternateSource = {
type?: string;
width: number;
width?: number;
height?: number;
mediaCondition?: string;
srcSet: string | Array<srcType>;
Expand Down

0 comments on commit 42b5e38

Please sign in to comment.