Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Weyermann committed Dec 6, 2023
1 parent e47ee69 commit 96bb29e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { FunctionComponent, useState } from 'react';
import { IconDiv, MoreDetails } from '../styled-components';
import { GoAContextMenuIcon } from '@components/ContextMenu';
import { TopicItem } from '@store/comment/model';
import { CommentListTable } from '../comments/commentsTable';

interface TopicTableItemProps {
id: string;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { FunctionComponent } from 'react';
import React from 'react';
import DataTable from '@components/DataTable';
import { TopicTableItem } from './topicTableItem';
import { TopicItem } from '@store/comment/model';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ export function AddEditFormDefinitionEditor(): JSX.Element {
// eslint-disable-next-line
useEffect(() => {}, [indicator]);

const getStyles = latestNotification && !latestNotification.disabled ? '410px' : '310px';

const { errors, validators } = useValidators(
'name',
'name',
Expand Down

0 comments on commit 96bb29e

Please sign in to comment.