diff --git a/src/components/dataDisplay/postEmbed/ListEmbed.tsx b/src/components/dataDisplay/postEmbed/ListEmbed.tsx
index 6a5b7e35..b187b7ef 100644
--- a/src/components/dataDisplay/postEmbed/ListEmbed.tsx
+++ b/src/components/dataDisplay/postEmbed/ListEmbed.tsx
@@ -22,14 +22,14 @@ export default function ListEmbed(props: Props) {
return (
<>
{depth < 1 && (
- {
- e.stopPropagation();
- }}
+
{
+ // e.stopPropagation();
+ // }}
className="mt-2 block cursor-pointer rounded-xl border bg-white p-3 hover:brightness-95"
>
@@ -44,7 +44,7 @@ export default function ListEmbed(props: Props) {
{list.description}
-
+
)}
>
);
diff --git a/src/components/navigational/appBar/AppBar.tsx b/src/components/navigational/appBar/AppBar.tsx
index 41c0143c..226eb65e 100644
--- a/src/components/navigational/appBar/AppBar.tsx
+++ b/src/components/navigational/appBar/AppBar.tsx
@@ -56,15 +56,13 @@ export default function AppBar() {
title="Feeds"
isActive={pathname === "/dashboard/feeds"}
/>
-
- }
activeIcon={}
title="Lists"
isActive={pathname === "/dashboard/lists"}
- />
-
+ /> */}
}
diff --git a/src/components/navigational/navbar/Navbar.tsx b/src/components/navigational/navbar/Navbar.tsx
index 4881ad78..a1dede81 100644
--- a/src/components/navigational/navbar/Navbar.tsx
+++ b/src/components/navigational/navbar/Navbar.tsx
@@ -60,13 +60,13 @@ export default function Navbar() {
isActive={pathname === "/dashboard/feeds"}
className="sm:m-0"
/>
- }
activeIcon={}
title="Lists"
isActive={pathname === "/dashboard/lists"}
- />
+ /> */}
}
diff --git a/src/containers/lists/ListContainer.tsx b/src/containers/lists/ListContainer.tsx
index 19b985d2..6f86350c 100644
--- a/src/containers/lists/ListContainer.tsx
+++ b/src/containers/lists/ListContainer.tsx
@@ -19,7 +19,6 @@ export default function ListContainer(props: Props) {
return (