Skip to content

Commit

Permalink
Merge branch 'market-empty-state'
Browse files Browse the repository at this point in the history
  • Loading branch information
shorthouse committed May 13, 2024
2 parents 5e74603 + 93f1157 commit 0e7b037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ fun MarketContent(
modifier: Modifier = Modifier
) {
if (coins.isEmpty()) {
CoinsEmptyState()
LazyColumn(modifier = Modifier.fillMaxSize()) {}
} else {
LazyColumn(
state = lazyListState,
Expand Down

0 comments on commit 0e7b037

Please sign in to comment.