docs: remove completed TODO comment from Sessions component

This commit is contained in:
icarus 2025-09-22 00:21:45 +08:00
parent b246676257
commit 6aaef9b7be

View File

@ -60,7 +60,6 @@ const Sessions: React.FC<SessionsProps> = ({ agentId }) => {
animate={{ opacity: 1 }}
transition={{ duration: 0.3 }}
className="agents-tab h-full w-full p-2">
{/* TODO: Add session button */}
<motion.div
initial={{ opacity: 0, y: -10 }}
animate={{ opacity: 1, y: 0 }}