Skip to content

Commit

Permalink
MNT ESLint issues (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova authored Jul 9, 2023
1 parent af27f42 commit 57af611
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion client/src/components/tests/TagField-story.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import TagField from 'components/TagField';
import { Title, Subtitle, Description, Primary, Controls, Stories } from '@storybook/blocks';

const options = [
{ Title: 'One', Value: 1 },
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/tests/TagField-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/* global jest, test, describe, beforeEach, it, expect, setTimeout, document */

import React from 'react';
import { Component as TagField } from '../TagField';
import { render } from '@testing-library/react';
import { Component as TagField } from '../TagField';

function makeProps(obj = {}) {
return {
Expand Down

0 comments on commit 57af611

Please sign in to comment.