Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amk-stripe committed Dec 19, 2024
1 parent 06ec374 commit 5378676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ internal fun SavedPaymentMethodRowButton(
modifier: Modifier = Modifier,
rowStyle: Embedded.RowStyle = Embedded.RowStyle.FloatingButton.default,
onClick: () -> Unit = {},
trailingContent: @Composable() (RowScope.() -> Unit)? = null,
trailingContent: (@Composable RowScope.() -> Unit)? = null,
) {
val contentDescription = displayableSavedPaymentMethod
.getDescription()
Expand Down

0 comments on commit 5378676

Please sign in to comment.