+														{subItem.name === "Hosts" && canManageHosts() ? (
+															// Special handling for Hosts item with integrated + button (mobile)
+															
 setSidebarOpen(false)}
 															>
-																
-															
-														
-													) : (
-														// Standard navigation item (mobile)
-														
 e.preventDefault()
-																	: () => setSidebarOpen(false)
-															}
-														>
-															
-															
-																{subItem.name}
-																{subItem.name === "Hosts" &&
-																	stats?.cards?.totalHosts !== undefined && (
-																		
-																			{stats.cards.totalHosts}
+																
+																
+																	{subItem.name}
+																	{subItem.name === "Hosts" &&
+																		stats?.cards?.totalHosts !== undefined && (
+																			
+																				{stats.cards.totalHosts}
+																			
+																		)}
+																
+																
+															
+														) : (
+															// Standard navigation item (mobile)
+															 e.preventDefault()
+																		: () => setSidebarOpen(false)
+																}
+															>
+																
+																
+																	{subItem.name}
+																	{subItem.name === "Hosts" &&
+																		stats?.cards?.totalHosts !== undefined && (
+																			
+																				{stats.cards.totalHosts}
+																			
+																		)}
+																	{subItem.comingSoon && (
+																		
+																			Soon
 																		
 																	)}
-																{subItem.comingSoon && (
-																	
-																		Soon
-																	
-																)}
-															
-														
-													)}
-