fix build

This commit is contained in:
fmtabbara
2024-12-13 00:24:19 +00:00
parent deb0ef381e
commit 665bb60d91
3 changed files with 0 additions and 8 deletions
@@ -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";
@@ -67,7 +67,6 @@ const explorerCard: ContentCardProps = {
],
},
progressBar: {
overTitle: "Current NGM epoch",
start: "2024-12-08T12:26:19Z",
showEpoch: true,
},
@@ -242,7 +242,6 @@ export const MonoCard: FC<ContentCardProps> = ({
upDownLine,
dataRows,
graph,
progressBar,
paragraph,
profileImage,
profileCountry,
@@ -335,11 +334,6 @@ export const MonoCard: FC<ContentCardProps> = ({
/>
</Box>
)}
{progressBar && (
<Box mt={3}>
<DynamicProgressBar {...progressBar} />
</Box>
)}
{paragraph && (
<Typography variant="subtitle1" sx={{ color: "pine.950" }} mt={3}>
{paragraph}