From 2be18a979dfc4cb945559482adce7a97d240b9f6 Mon Sep 17 00:00:00 2001 From: susie-laptop Date: Thu, 22 May 2025 20:55:51 -0400 Subject: [PATCH] Update CreatorList.jsx --- src/components/CreatorList.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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}