Skip to content

Commit

Permalink
Issue #559: fix warning clipPath
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzov96 committed Sep 5, 2023
1 parent cb9e0bd commit 15026b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ function FilterCategoryDynamic({
});

return (
<React.Fragment>
<React.Fragment key={"fragment-filter-dynamic " + index}>
<div
key={index}
className="form-check"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function CalendarMobileSvg({ size = "24" }: { size?: string }) {
viewBox="0 0 24 24"
fill="none"
>
<g clip-path="url(#clip0_1481_6854)">
<g clipPath="url(#clip0_1481_6854)">
<mask
id="mask0_1481_6854"
maskUnits="userSpaceOnUse"
Expand Down

0 comments on commit 15026b2

Please sign in to comment.