diff --git a/src/components/CreatorList.jsx b/src/components/CreatorList.jsx index 5903b62..0a79d25 100644 --- a/src/components/CreatorList.jsx +++ b/src/components/CreatorList.jsx @@ -160,14 +160,14 @@ export default function CreatorList({ path }) { ) : ( publicCreators.map((creator) => ( handleSelectCreator(creator.public_id)} + checked={selectedCreators.includes(creator.creator_id)} + onChange={() => handleSelectCreator(creator.creator_id)} /> @@ -176,7 +176,7 @@ export default function CreatorList({ path }) { {creator.name} {creator.status && } - + {creator.name}