Skip to content

Commit

Permalink
Remove duplicate fillMaxWidth application
Browse files Browse the repository at this point in the history
  • Loading branch information
tillh-stripe committed Nov 13, 2024
1 parent eeaa86a commit 63738f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ internal fun USBankAccountForm(
sameAsShippingElement = viewModel.sameAsShippingElement,
saveForFutureUseElement = viewModel.saveForFutureUseElement,
onRemoveAccount = viewModel::reset,
modifier = modifier.fillMaxWidth(),
modifier = modifier,
)
}

Expand Down

0 comments on commit 63738f0

Please sign in to comment.