fix(user-detail): import

This commit is contained in:
Diego Beraldin 2023-11-23 09:18:52 +01:00
parent b15b22deb1
commit b4f52aa874

View File

@ -797,7 +797,7 @@ class UserDetailScreen(
if (uiState.comments.isEmpty() && !uiState.loading) {
item {
androidx.compose.material.Text(
Text(
modifier = Modifier.fillMaxWidth().padding(top = Spacing.xs),
textAlign = TextAlign.Center,
text = stringResource(MR.strings.message_empty_list),