mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
Remove test
This commit is contained in:
parent
325bccf010
commit
4358f12106
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ export function filteredItem(item, filterContext, currentAccountID) {
|
||||||
titles: filterTitles,
|
titles: filterTitles,
|
||||||
titlesStr: filterTitles.join(' • '),
|
titlesStr: filterTitles.join(' • '),
|
||||||
};
|
};
|
||||||
item._test = { test: 'test' };
|
|
||||||
}
|
}
|
||||||
return isWarn;
|
return isWarn;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue