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( AlarmSettings(
settingsState = settingsState, settingsState = settingsState,
onAction = {}, onAction = {},
onBack = {}, onBack = {}
) )
} }

View File

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

View File

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