Skip to content

Commit

Permalink
fix: remove extraneous parameter in ix-source requests
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickfogerty committed Jun 2, 2020
1 parent 8c2b331 commit 74c9907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/vue-imgix/ix-source.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export class IxSource extends IxSourceProps {

const childAttrs = {
[attributeConfig.srcset]: srcset,
abc: 123,
};

return <source attrs={childAttrs} />;
Expand Down

0 comments on commit 74c9907

Please sign in to comment.