Remove test

This commit is contained in:
Lim Chee Aun 2023-03-27 16:46:40 +08:00
parent 325bccf010
commit 4358f12106

View file

@ -22,7 +22,6 @@ export function filteredItem(item, filterContext, currentAccountID) {
titles: filterTitles,
titlesStr: filterTitles.join(' • '),
};
item._test = { test: 'test' };
}
return isWarn;
}