lint
This commit is contained in:
parent
5e9d3a1c9c
commit
2d16b2886b
|
@ -91,9 +91,7 @@ struct CinematicItemViewTopRow: View {
|
|||
Label(L10n.playFromBeginning, systemImage: "gobackward")
|
||||
}
|
||||
|
||||
Button(role: .cancel) {
|
||||
|
||||
} label: {
|
||||
Button(role: .cancel) {} label: {
|
||||
L10n.cancel.text
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue