Skip to content

Commit

Permalink
force test error
Browse files Browse the repository at this point in the history
  • Loading branch information
andremion committed Jan 24, 2025
1 parent d53dbe7 commit 99ded5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public fun PollCreationHeader(
.padding(8.dp),
verticalAlignment = Alignment.CenterVertically,
) {
leadingContent?.invoke(this) ?: DefaultPollOptionsHeaderLeadingContent(onBackPressed = onBackPressed)
// leadingContent?.invoke(this) ?: DefaultPollOptionsHeaderLeadingContent(onBackPressed = onBackPressed)

centerContent?.invoke(this) ?: DefaultPollOptionsHeaderCenterContent(
modifier = Modifier.weight(1f),
Expand Down

0 comments on commit 99ded5f

Please sign in to comment.