mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-03 19:30:04 +08:00
docs: remove completed TODO comment from Sessions component
This commit is contained in:
parent
b246676257
commit
6aaef9b7be
@ -60,7 +60,6 @@ const Sessions: React.FC<SessionsProps> = ({ agentId }) => {
|
|||||||
animate={{ opacity: 1 }}
|
animate={{ opacity: 1 }}
|
||||||
transition={{ duration: 0.3 }}
|
transition={{ duration: 0.3 }}
|
||||||
className="agents-tab h-full w-full p-2">
|
className="agents-tab h-full w-full p-2">
|
||||||
{/* TODO: Add session button */}
|
|
||||||
<motion.div
|
<motion.div
|
||||||
initial={{ opacity: 0, y: -10 }}
|
initial={{ opacity: 0, y: -10 }}
|
||||||
animate={{ opacity: 1, y: 0 }}
|
animate={{ opacity: 1, y: 0 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user