removed extra comma

This commit is contained in:
MABD
2025-11-19 13:23:03 +02:00
parent 4e3209d7da
commit 49a9100dc3
3 changed files with 3 additions and 3 deletions

View File

@@ -250,6 +250,6 @@ fun AlarmSettingsPreview() {
AlarmSettings(
settingsState = settingsState,
onAction = {},
onBack = {},
onBack = {}
)
}

View File

@@ -186,7 +186,7 @@ fun AppearanceSettingsPreview() {
isPlus = false,
onAction = {},
setShowPaywall = {},
onBack = {},
onBack = {}
)
}
}

View File

@@ -435,6 +435,6 @@ private fun TimerSettingsPreview() {
sessionsSliderState = sessionsSliderState,
onAction = {},
setShowPaywall = {},
onBack = {},
onBack = {}
)
}