+ {collections.length > 0 ? (
+
+ {collections.map(collection => (
+
+ ))}
+
+ ) : (
+
+
+ No HubSpot collections yet. Create one to get started.
+
+
+ )}
+
+
+
+
+
+
+ )
+}
diff --git a/plugins/hubspot/src/pages/canvas/Menu.tsx b/plugins/hubspot/src/pages/canvas/Menu.tsx
index 5cda72f7b..e9391e63a 100644
--- a/plugins/hubspot/src/pages/canvas/Menu.tsx
+++ b/plugins/hubspot/src/pages/canvas/Menu.tsx
@@ -1,9 +1,8 @@
import cx from "classnames"
-import { framer } from "framer-plugin"
import { useEffect } from "react"
import { useLocation } from "wouter"
import { useAccountQuery, useFormsQuery, useInboxesQuery, useMeetingsQuery, useUserQuery } from "../../api"
-import { ChartIcon, FormsIcon, LightningIcon, MeetingsIcon, MessageIcon, PersonIcon } from "../../components/Icons"
+import { ChartIcon, DatabaseIcon, FormsIcon, MeetingsIcon, MessageIcon, PersonIcon } from "../../components/Icons"
import { Logo } from "../../components/Logo"
const queryHooks = {
@@ -76,12 +75,7 @@ export default function MenuPage() {