fix build
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user