Skip to content

Commit

Permalink
fix: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliantyler committed Sep 5, 2024
1 parent fdeeac3 commit ee78f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/react/StubComponent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface StubComponentProps {
iconStyle?: React.CSSProperties;
}

const StubComponent: React.FC<StubComponentProps> = ({ title }) => {
const StubComponent: React.FC<StubComponentProps> = () => {
return (
<div>
<h1>Coming Soon</h1>
Expand Down

0 comments on commit ee78f68

Please sign in to comment.