Skip to content

Commit

Permalink
[DEL/#313] 필터링 엠티뷰 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed Jan 4, 2025
1 parent 853b9f0 commit e69e3e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import com.google.accompanist.systemuicontroller.rememberSystemUiController
import com.terning.core.analytics.EventType
import com.terning.core.analytics.LocalTracker
import com.terning.core.designsystem.component.bottomsheet.SortingBottomSheet
import com.terning.core.designsystem.component.button.SortingButton
import com.terning.core.designsystem.component.image.TerningImage
import com.terning.core.designsystem.component.item.InternItemWithShadow
import com.terning.core.designsystem.extension.noRippleClickable
Expand Down Expand Up @@ -322,13 +321,10 @@ fun HomeScreen(
}
}


if (recommendedInternList.itemCount == 0) {
item {
HomeRecommendEmptyIntern(
text =
if (homeState.homeFilteringInfoState is UiState.Success && homeFilteringInfo.grade == null) R.string.home_recommend_no_filtering
else R.string.home_recommend_no_intern
text = R.string.home_recommend_no_intern
)
}
} else {
Expand Down
3 changes: 0 additions & 3 deletions feature/home/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
<string name="home_recommend_filtering_startYearMonth">%s년 %s월</string>
<string name="home_recommend_no_intern">아직 채용중인 인턴 공고가 없어요!\n새로운 공고가 올라오면 보여드릴게요</string>
<string name="home_recommend_no_intern_description">인턴 공고가 없어요!</string>
<string name="home_recommend_no_filtering">
지금 공고 필터링을 설정하고\n내 계획에 딱 맞는 대학생 인턴 공고를 추천받아보세요!
</string>
<string name="home_recommend_total">총</string>
<string name="home_recommend_count">개</string>
<string name="home_filtering_empty">설정된 필터링 정보가 없어요</string>
Expand Down

0 comments on commit e69e3e5

Please sign in to comment.