mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-24 18:45:06 +02:00
Quick fix singleCat should have proper value (#3051)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -241,7 +241,7 @@
|
||||
{config}
|
||||
{itemModels}
|
||||
{_class}
|
||||
singleCat={level === 0 && viewOptions.groupBy.length === 1}
|
||||
singleCat={level === 0 && categories.length === 1}
|
||||
oneCat={viewOptions.groupBy.length === 1}
|
||||
lastCat={i === categories.length - 1}
|
||||
{category}
|
||||
|
||||
Reference in New Issue
Block a user