We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3181389 commit 5d6ce83Copy full SHA for 5d6ce83
1 file changed
app/src/main/java/com/getcode/models/BillState.kt
@@ -70,8 +70,8 @@ data class BillState(
70
}
71
72
data class Cancel(override val action: () -> Unit): Action {
73
- override val label: String
74
- @Composable get() = stringResource(R.string.action_cancel)
+ override val label: String?
+ @Composable get() = null
75
76
override val asset: Painter
77
@Composable get() = painterResource(R.drawable.ic_bill_close)
0 commit comments