diff --git a/app/shared/src/commonMain/kotlin/components/SoundContainer.kt b/app/shared/src/commonMain/kotlin/components/SoundContainer.kt index 88d2700..be69940 100644 --- a/app/shared/src/commonMain/kotlin/components/SoundContainer.kt +++ b/app/shared/src/commonMain/kotlin/components/SoundContainer.kt @@ -115,7 +115,7 @@ fun SoundContainer(model: SoundListViewModel) { .background(ColorScheme.current.error) ) { Text( - unavailableFor!!, + unavailableFor ?: "", textAlign = TextAlign.Center, modifier = Modifier.fillMaxWidth(), fontSize = 25.sp