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