Skip to content

Commit

Permalink
fix(lint): eslint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Dec 20, 2023
1 parent e13778c commit 12fd400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/custom/DataFormatter.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// import _ from 'lodash';
import { CloneIcon } from '@layer5/sistent-svg';
import { truncate } from 'lodash';
import React from 'react';
import { Box } from '../base/Box';
import { IconButton } from '../base/IconButton';
import { Tooltip } from '../base/Tooltip';
import { Typography } from '../base/Typography';
import {CloneIcon} from '@layer5/sistent-svg'
// import { Launch as LaunchIcon } from '@material-ui/icons';
// import { isEmptyAtAllDepths } from '../../utils/objects';

Expand Down

0 comments on commit 12fd400

Please sign in to comment.