Skip to content

Commit ece7ac2

Browse files
fix: fix lint errors
1 parent 3105e15 commit ece7ac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/learning-header/AuthenticatedUserDropdown.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('AuthenticatedUserDropdown', () => {
1414

1515
const renderComponent = () => {
1616
render(
17-
<AuthenticatedUserDropdown username={username} />
17+
<AuthenticatedUserDropdown username={username} />,
1818
);
1919
};
2020

0 commit comments

Comments
 (0)