web component fix email-chips delete console log

This commit is contained in:
Subhonbek 2023-07-07 10:06:11 +03:00
parent 63df44ae20
commit 9352852f85

View File

@ -288,7 +288,6 @@ const EmailChips = ({
setChips([...chips, ...filteredChips]);
};
console.log(scrollbarRef.current, "scrollbarRef.current");
return (
<StyledContent {...props}>
<StyledChipGroup onKeyDown={onKeyDown} ref={containerRef} tabindex="-1">