removed extra comma
This commit is contained in:
@@ -250,6 +250,6 @@ fun AlarmSettingsPreview() {
|
||||
AlarmSettings(
|
||||
settingsState = settingsState,
|
||||
onAction = {},
|
||||
onBack = {},
|
||||
onBack = {}
|
||||
)
|
||||
}
|
||||
|
||||
@@ -186,7 +186,7 @@ fun AppearanceSettingsPreview() {
|
||||
isPlus = false,
|
||||
onAction = {},
|
||||
setShowPaywall = {},
|
||||
onBack = {},
|
||||
onBack = {}
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -435,6 +435,6 @@ private fun TimerSettingsPreview() {
|
||||
sessionsSliderState = sessionsSliderState,
|
||||
onAction = {},
|
||||
setShowPaywall = {},
|
||||
onBack = {},
|
||||
onBack = {}
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user