Skip to content

Commit 1537aff

Browse files
committed
lint: Fix lint error
1 parent 829572d commit 1537aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MarkdownWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const MarkdownWrapper = ({ children }: { children: React.ReactNode }) => {
6262
</li>
6363
),
6464

65-
code({ inline, children, ...props }: React.HTMLAttributes<HTMLElement> & { inline?: boolean }) {
65+
code({ inline, children }: React.HTMLAttributes<HTMLElement> & { inline?: boolean }) {
6666
if (inline) {
6767
return (
6868
<code

0 commit comments

Comments
 (0)