Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 447d6bd

Browse files
author
dengjun
committed
ci:fixing 122
1 parent bc9761b commit 447d6bd

File tree

1 file changed

+1
-3
lines changed
  • src/containers/MyGigs/JobListing/JobCard

1 file changed

+1
-3
lines changed

src/containers/MyGigs/JobListing/JobCard/index.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ const JobCard = ({ job }) => {
109109
</ul>
110110
</div>
111111
<div
112-
styleName={`right-side ${
113-
job.phaseAction === MY_GIG_PHASE_ACTION.STAND_BY ? "stand-by" : ""
114-
} ${!job.phaseAction ? "none" : ""}`}
112+
styleName={`right-side stand-by ${!job.phaseAction ? "none" : ""}`}
115113
>
116114
{job.phaseAction && <Button size="lg">{job.phaseAction}</Button>}
117115
</div>

0 commit comments

Comments
 (0)