From f1c02f679a5cfca682426610322b6b2052ceaf5d Mon Sep 17 00:00:00 2001 From: nidhigarg-bmw Date: Wed, 27 Mar 2024 18:49:43 +0530 Subject: [PATCH] feat(card): fix code smell --- src/components/content/Cards/ContentCard.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/content/Cards/ContentCard.tsx b/src/components/content/Cards/ContentCard.tsx index f429af74..8b39b4a1 100644 --- a/src/components/content/Cards/ContentCard.tsx +++ b/src/components/content/Cards/ContentCard.tsx @@ -18,7 +18,7 @@ * SPDX-License-Identifier: Apache-2.0 ********************************************************************************/ -import { Box, Typography, IconButton, useTheme } from '@mui/material' +import { Box, Typography, useTheme } from '@mui/material' import { CardChip, StatusVariants } from './CardChip' export interface ContentCardProps { @@ -40,21 +40,21 @@ export const ContentCard = ({