chore: updates

This commit is contained in:
Tristan Yang
2023-03-09 20:15:03 +08:00
parent 2f8e2181fa
commit 9c06edf9ad
7 changed files with 9 additions and 9 deletions
@@ -97,7 +97,7 @@ const AddMembers: FC<Props> = ({ cid = 0, closeModal }) => {
);
})}
</ul>
<Button disabled={selects.length == 0 || isAdding} className="flex mt-4 justify-center" onClick={handleAddMembers}>
<Button disabled={selects.length == 0 || isAdding} className="flex mt-4 justify-center items-center" onClick={handleAddMembers}>
{isAdding ? `Adding` : "Add"} to #{channel.name}
</Button>
</div>