mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-29 11:31:32 +00:00
Quick fix singleCat should have proper value (#3051)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
67b7c9df24
commit
6d17fc0117
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user