Skip to content

Commit

Permalink
Modification
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezaeiii committed Jan 5, 2025
1 parent e82263b commit 943a7ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ private fun <T : Any> TMDbDetailItemSection(
modifier: Modifier,
) {
Column(modifier = modifier.fillMaxWidth()) {
if(items.isNotEmpty()) {
if (items.isNotEmpty()) {
SectionHeader(headerResId, items, onSeeAllClicked, showSize)
LazyRow(
modifier = Modifier.testTag(LocalContext.current.getString(headerResId)),
Expand Down

0 comments on commit 943a7ad

Please sign in to comment.