Skip to content

Commit

Permalink
remove size attribute.
Browse files Browse the repository at this point in the history
Co-authored-by: Eason <[email protected]>
  • Loading branch information
kt-12 and eason9487 authored Nov 7, 2024
1 parent c724767 commit 1a516c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import AppDocumentationLink from '.~/components/app-documentation-link';
const FreeAdCredit = () => {
return (

Check warning on line 20 in js/src/dashboard/summary-section/paid-features/free-ad-credit.js

View check run for this annotation

Codecov / codecov/patch

js/src/dashboard/summary-section/paid-features/free-ad-credit.js#L20

Added line #L20 was not covered by tests
<div className="gla-free-ad-credit-claim">
<GridiconGift size={ 16 } />
<GridiconGift />
<div>
{ createInterpolateElement(
__(
Expand Down

0 comments on commit 1a516c7

Please sign in to comment.