{/* eslint-disable-next-line jsx-a11y/click-events-have-key-events,
jsx-a11y/no-static-element-interactions */}
{isEditNameOpened ? (
) : (
{list.color && (
)}
{list.name}
)}
{list.type !== ListTypes.ACTIVE && (
)}
{list.isPersisted &&
(canEdit ? (
) : (
canArchiveCards && (
)
))}
{!addCardPosition && canAddCard && (
{clipboard && canPasteCard && (
)}
)}