Fix spotless issues

pull/485/head
Nick Rout 2 years ago
parent c12fe1fbe5
commit be4ad40441

@ -87,7 +87,11 @@ fun <T> NiaDropdownMenuButton(
text = text,
trailingIcon = {
Icon(
imageVector = if (expanded) NiaIcons.ArrowDropUp else NiaIcons.ArrowDropDown,
imageVector = if (expanded) {
NiaIcons.ArrowDropUp
} else {
NiaIcons.ArrowDropDown
},
contentDescription = null
)
}

Loading…
Cancel
Save