Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocseh committed Mar 14, 2024
1 parent eeba44b commit 8622584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Result/ChemicalTableRowItem.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { useAppConfig } from '@eeacms/search/lib/hocs';
import { Table, Label } from 'semantic-ui-react';
import { ResultHeader } from '@eeacms/search/components/Result/ResultModal';
// import { ResultHeader } from '@eeacms/search/components/Result/ResultModal';

const normalizeStr = (str) => {
let tmp = document.createElement('DIV');
Expand Down

0 comments on commit 8622584

Please sign in to comment.