Skip to content

Commit

Permalink
js lint
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Jan 25, 2024
1 parent 76f11db commit 66e7046
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const TestingScreen: React.FC<TestingScreenProps> = ({
InnerElement = <Suite description={it.description} />;
}
return (
<Indentator key={it.key} indentation={it.indentation}>
<Indentator key={it.description} indentation={it.indentation}>
{InnerElement}
</Indentator>
);
Expand Down

0 comments on commit 66e7046

Please sign in to comment.