NTP-42949 | Sohan | Bug fix for tagging and categorisation (#15399)
This commit is contained in:
committed by
GitHub
parent
22912b6067
commit
405d9745f7
@@ -99,7 +99,7 @@ constructor(
|
||||
categorySectionData =
|
||||
addCategoryProviderHelper.getCategorySectionData(
|
||||
mmConfig,
|
||||
transaction.finalCategory,
|
||||
transaction.type,
|
||||
),
|
||||
),
|
||||
footerData = addCategoryProviderHelper.getFooterData(),
|
||||
|
||||
@@ -154,8 +154,8 @@ private fun RenderCategorySection(
|
||||
categoryData.categoriesList?.let { itemList ->
|
||||
NaviVerticalGrid(
|
||||
columns = 4,
|
||||
verticalArrangement = Arrangement.spacedBy(8.dp),
|
||||
horizontalArrangement = Arrangement.spacedBy(8.dp),
|
||||
verticalArrangement = Arrangement.spacedBy(10.dp),
|
||||
horizontalArrangement = Arrangement.spacedBy(10.dp),
|
||||
composableList =
|
||||
itemList.map { item ->
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user