Skip to content

Commit

Permalink
Remove variation quantity from variations screen
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhBhat committed Dec 31, 2024
1 parent a5279e2 commit 3f54acc
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,19 +235,6 @@ private fun VariationsToolbar(
top.linkTo(parent.top, margin = 8.dp)
}
)

Text(
text = stringResource(
id = R.string.woopos_items_list_variable_product_variations,
variableProductData.numOfVariations
),
style = MaterialTheme.typography.h6,
color = MaterialTheme.colors.onSurface.copy(alpha = 0.6f),
modifier = Modifier.constrainAs(variationsCount) {
start.linkTo(productName.start)
top.linkTo(productName.bottom, margin = 4.dp)
}
)
}
}

Expand Down

0 comments on commit 3f54acc

Please sign in to comment.