Skip to content

Commit

Permalink
Merge pull request #26 from Nexters/fix/d-day
Browse files Browse the repository at this point in the history
fix(recruitment): hide d-day before recruitment
  • Loading branch information
emost22 authored Apr 25, 2023
2 parents 5f1e12c + 2eb31d2 commit d0edb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/recruitment/banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default defineComponent({
},
computed: {
isVisibleDate() {
return this.type !== "DEFAULT";
return this.type === "PROGRESS";
},
badgeText() {
return this.remainingPeriod > 0
Expand Down

0 comments on commit d0edb34

Please sign in to comment.