Skip to content

Commit fc43652

Browse files
fix: an issue with invalid comments that dprint was making worse
1 parent 2ddc7e2 commit fc43652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/optimizer-page/scan-results/manualIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const ManualIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
88
viewBox="0 0 24 24"
99
fill="none"
1010
xmlns="http://www.w3.org/2000/svg"
11-
{...props} // This allows passing additional props like className, style, etc.
11+
{...props /* This allows passing additional props like className, style, etc.*/}
1212
>
1313
<path
1414
d="M12 6C15.79 6 19.17 8.13 20.82 11.5C19.17 14.87 15.79 17 12 17C8.21 17 4.83 14.87 3.18 11.5C4.83 8.13 8.21 6 12 6ZM12 4C7 4 2.73 7.11 1 11.5C2.73 15.89 7 19 12 19C17 19 21.27 15.89 23 11.5C21.27 7.11 17 4 12 4ZM12 9C13.38 9 14.5 10.12 14.5 11.5C14.5 12.88 13.38 14 12 14C10.62 14 9.5 12.88 9.5 11.5C9.5 10.12 10.62 9 12 9ZM12 7C9.52 7 7.5 9.02 7.5 11.5C7.5 13.98 9.52 16 12 16C14.48 16 16.5 13.98 16.5 11.5C16.5 9.02 14.48 7 12 7Z"

0 commit comments

Comments
 (0)