Skip to content

Commit

Permalink
fix: removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehrsohrabii committed May 29, 2024
1 parent aec09a8 commit 076779d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/shared/components/TopMenu/TopMenu.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('TopMenu', () => {
/>,
);
const navbar = screen.getByTestId('navbar-test-id');
expect(navbar).toBeInTheDocument(); // Use the toBeInTheDocument function
expect(navbar).toBeInTheDocument();
});

it('renders NavbarBrand with correct content', () => {
Expand Down
1 change: 0 additions & 1 deletion src/utils/i18n/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ i18next
)
.init({
...getOptions(),
// lng: 'undefined', // let detect the language on client side
detection: {
order: ['path', 'cookie', 'navigator', 'htmlTag'],
},
Expand Down

0 comments on commit 076779d

Please sign in to comment.