diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/events/events-feed.tsx b/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/events/events-feed.tsx index df418685ec5..89b6d93f4bc 100644 --- a/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/events/events-feed.tsx +++ b/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/events/events-feed.tsx @@ -24,7 +24,6 @@ import { Switch, Tooltip, } from "@chakra-ui/react"; -import { AnimatePresence, motion } from "framer-motion"; import { useChainSlug } from "hooks/chains/chainSlug"; import { useClipboard } from "hooks/useClipboard"; import { ChevronDownIcon, CircleHelpIcon, CopyIcon } from "lucide-react"; @@ -147,12 +146,7 @@ export const EventsFeed: React.FC = ({ contract }) => { )} - + {filteredEvents?.slice(0, 10).map((e) => ( = ({ = ({ ) : null} - +
{allEvents?.slice(0, 3).map((e) => ( = ({ chainSlug={chainSlug} /> ))} - +
@@ -126,31 +125,7 @@ const EventsFeedItem: React.FC = ({ = ({ )} - +
{members.map((e) => ( ))} - +
)} @@ -124,31 +123,7 @@ const PermissionsItem: React.FC = ({ data }) => { = ({ justifyContent={guides.length <= 2 ? "center" : undefined} > {guides.map( - ( - { title: guideTitle, description: guideDescription, image, link }, - idx, - ) => ( + ({ + title: guideTitle, + description: guideDescription, + image, + link, + }) => ( = ({ @@ -22,7 +20,6 @@ export const GuideCard: React.FC = ({ title, description, link, - index, category, label, trackingProps, @@ -37,10 +34,6 @@ export const GuideCard: React.FC = ({ textDecor="none !important" >