setShowLeaveModal(false)}
title="Leave scanner?"
description={`${unprocessedCount} scanned ${unprocessedCount === 1 ? 'card' : 'cards'} haven't been added yet. Leaving will clear your cart.`}
>
{
setIsListPickerOpen(false);
setListCommitError(null);
}}
title="Choose a List"
description="Add the selected cards to one of your lists."
>
{listCommitError && (
{listCommitError}
)}
{queue.collections.map((collection) => (
))}
{queue.collections.length === 0 && (
No lists yet. Create a list from the Lists page first.