Skip to content

Commit

Permalink
Merge pull request #143 from hellokitty-coding-club/feature/#139-miss…
Browse files Browse the repository at this point in the history
…ion-view

fix : 핫한미션 요구사항 수정
  • Loading branch information
ray-yhc authored Nov 18, 2023
2 parents fb5ed09 + cd761a1 commit ffafc7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class MissionItemHolder {
public static final String ONGOING_MISSION_EMPTY_VIEW = "ongoing_mission_empty_view";
public static final String RECOMMENDED_MISSION_EMPTY_VIEW = "recommended_mission_empty_view";

public static final String HOT_MISSION_EMPTY_VIEW = "hot_mission_empty_view";
public static final String HOT_MISSION_EMPTY_VIEW = "total_mission_empty_view"; // TODO: 추후에 hot mission empty view 추가(android)

private final MissionService missionService;

Expand Down

0 comments on commit ffafc7f

Please sign in to comment.