Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine committed Dec 11, 2024
1 parent 0dea5c4 commit 1ca29cb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ internal fun CodeTextFieldLayout(
}
}
},
textFieldModifier = Modifier,
decorationBox = {}
textFieldModifier = Modifier
)
val bottomText = when {
state is WireTextFieldState.Error && state.errorText != null -> state.errorText
Expand Down

0 comments on commit 1ca29cb

Please sign in to comment.