diff --git a/src/components/dataDisplay/postEmbed/ListEmbed.tsx b/src/components/dataDisplay/postEmbed/ListEmbed.tsx
index b187b7ef..bdc8d029 100644
--- a/src/components/dataDisplay/postEmbed/ListEmbed.tsx
+++ b/src/components/dataDisplay/postEmbed/ListEmbed.tsx
@@ -22,15 +22,17 @@ export default function ListEmbed(props: Props) {
return (
<>
{depth < 1 && (
-
{
- // e.stopPropagation();
- // }}
- className="mt-2 block cursor-pointer rounded-xl border bg-white p-3 hover:brightness-95"
+
{
+ e.stopPropagation();
+ }}
+ className="block mt-2 cursor-pointer rounded-xl border bg-white p-3 hover:brightness-95"
>
{selectedIcon}
@@ -44,7 +46,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 226eb65e..81946c1e 100644
--- a/src/components/navigational/appBar/AppBar.tsx
+++ b/src/components/navigational/appBar/AppBar.tsx
@@ -56,13 +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 a1dede81..4881ad78 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"}
- /> */}
+ />
}