This commit is contained in:
Vlada Gazizova 2023-03-10 16:18:29 +03:00
parent f60658deb7
commit 5c477e8a36

View File

@ -21,8 +21,6 @@ const Row = memo(({ data, index, style }) => {
: {};
const newStyle = { ...style, ...separator };
console.log("Row data", data);
return (
<DropDownItem
theme={data.theme}