diff --git a/explorer-nextjs/src/app/account/[id]/page.tsx b/explorer-nextjs/src/app/account/[id]/page.tsx index 021f520342..36b0a58c29 100644 --- a/explorer-nextjs/src/app/account/[id]/page.tsx +++ b/explorer-nextjs/src/app/account/[id]/page.tsx @@ -2,7 +2,6 @@ import ExplorerCard from "@/components/cards/ExplorerCard"; import { ContentLayout } from "@/components/contentLayout/ContentLayout"; import SectionHeading from "@/components/headings/SectionHeading"; import ExplorerListItem from "@/components/list/ListItem"; -import { StarRating } from "@/components/starRating"; import ExplorerButtonGroup from "@/components/toggleButton/ToggleButton"; import { Box, Grid2, Stack } from "@mui/material"; diff --git a/explorer-nextjs/src/app/mocks/dummy_data.ts b/explorer-nextjs/src/app/mocks/dummy_data.ts index 8fd4f01bf9..588c5eb126 100644 --- a/explorer-nextjs/src/app/mocks/dummy_data.ts +++ b/explorer-nextjs/src/app/mocks/dummy_data.ts @@ -67,7 +67,6 @@ const explorerCard: ContentCardProps = { ], }, progressBar: { - overTitle: "Current NGM epoch", start: "2024-12-08T12:26:19Z", showEpoch: true, }, diff --git a/explorer-nextjs/src/components/cards/MonoCard.tsx b/explorer-nextjs/src/components/cards/MonoCard.tsx index 8cd038589d..24fc11b3cb 100644 --- a/explorer-nextjs/src/components/cards/MonoCard.tsx +++ b/explorer-nextjs/src/components/cards/MonoCard.tsx @@ -242,7 +242,6 @@ export const MonoCard: FC = ({ upDownLine, dataRows, graph, - progressBar, paragraph, profileImage, profileCountry, @@ -335,11 +334,6 @@ export const MonoCard: FC = ({ /> )} - {progressBar && ( - - - - )} {paragraph && ( {paragraph}