Skip to content

Commit

Permalink
[Fix] 중복 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ze-zeh committed Aug 12, 2024
1 parent b6feaf8 commit 56a2bc7
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,10 @@ internal fun SearchDetailScreen(
SearchDetailResultContent(
searchResults = searchResults,
onMemeClick = onMemeClick,
onCopyClick = onCopyClick
)
}
}
}
SearchDetailResultHeader(totalCount = searchResults.itemCount)
SearchDetailResultContent(
searchResults = searchResults,
onMemeClick = onMemeClick,
)
}
}
}
Expand Down

0 comments on commit 56a2bc7

Please sign in to comment.