Skip to content

Commit

Permalink
Use Text
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Aug 14, 2023
1 parent f8c8aff commit aa0ede5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private fun SponsorsScreen(
text = "Please implement SponsorsScreen!!!",
style = MaterialTheme.typography.titleLarge,
)
"uiState.sponsors.size:" + uiState.sponsors.size
Text(text = "uiState.sponsors.size:" + uiState.sponsors.size)
}
},
)
Expand Down

0 comments on commit aa0ede5

Please sign in to comment.