Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DC-RomanKarpov committed Feb 29, 2024
1 parent 09dad73 commit 71ca3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sub-blocks/Content/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Content = (props: ContentProps) => {
titleId,
qa: qaAttributes,
}),
[size, links, buttons, titleId, qa],
[size, links, buttons, titleId, qaAttributes],
);

return (
Expand Down

0 comments on commit 71ca3d9

Please sign in to comment.