Skip to content

Commit

Permalink
chore: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kongwoojin committed Mar 30, 2024
1 parent b470815 commit ef287b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fun ArticleScreen(
modifier = Modifier
.padding(horizontal = 16.dp)
.fillMaxSize(),
html = data?.content!!,
html = it.content,
themeViewModel.isDarkTheme.value ?: isSystemInDarkTheme(),
image = { url, description ->
AsyncImage(
Expand Down

0 comments on commit ef287b5

Please sign in to comment.