mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-06 15:57:05 +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}
|
{config}
|
||||||
{itemModels}
|
{itemModels}
|
||||||
{_class}
|
{_class}
|
||||||
singleCat={level === 0 && viewOptions.groupBy.length === 1}
|
singleCat={level === 0 && categories.length === 1}
|
||||||
oneCat={viewOptions.groupBy.length === 1}
|
oneCat={viewOptions.groupBy.length === 1}
|
||||||
lastCat={i === categories.length - 1}
|
lastCat={i === categories.length - 1}
|
||||||
{category}
|
{category}
|
||||||
|
Loading…
Reference in New Issue
Block a user