Skip to content

Commit

Permalink
MNT ESLint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabina Talipova committed Jul 7, 2023
1 parent b8157e3 commit 0341e55
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion client/src/components/TOTP/Verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ class Verify extends Component {
);
}


/**
* If there is a configured support link, will render a link to the TOTP authenticator's
* support documentation (e.g. userhelp).
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/TOTP/tests/Register-test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* global jest, test, expect */

import React from 'react';
import { Component as Register } from '../Register';
import { render, screen, fireEvent } from '@testing-library/react';
import { Component as Register } from '../Register';

window.ss = {
i18n: { _t: (key, string) => string },
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/TOTP/tests/Verify-test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* global jest, test, expect */

import React from 'react';
import Verify from '../Verify';
import { render, screen, fireEvent } from '@testing-library/react';
import Verify from '../Verify';

window.ss = {
i18n: {
Expand Down

0 comments on commit 0341e55

Please sign in to comment.