Skip to content

Commit 0cb00e7

Browse files
author
dengjun
committed
ci:修复lint
1 parent 0628f2e commit 0cb00e7

File tree

1 file changed

+15
-17
lines changed
  • src/shared/components/Gigs/GigHeader

1 file changed

+15
-17
lines changed

src/shared/components/Gigs/GigHeader/index.jsx

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,23 @@ import { config, Link } from 'topcoder-react-utils';
33
import BannerInfoIcon from 'assets/images/banner-info.svg';
44
import './style.scss';
55

6-
const GigHeader = () => {
7-
return (
8-
<div
9-
styleName="gig-header"
10-
>
11-
<div styleName="content">
12-
<div styleName="banner-info">
13-
<BannerInfoIcon />
14-
</div>
15-
<span>
16-
You have 3 applied Gigs in the system
17-
</span>
6+
const GigHeader = () => (
7+
<div
8+
styleName="gig-header"
9+
>
10+
<div styleName="content">
11+
<div styleName="banner-info">
12+
<BannerInfoIcon />
1813
</div>
14+
<span>
15+
You have 3 applied Gigs in the system
16+
</span>
17+
</div>
1918

20-
<div styleName="row-btn">
21-
<Link styleName="primary-white-md" to={`${config.PLATFORM_SITE_URL}/earn/my-gigs`}>CHECK GIG APPLICATION STATUS</Link>
22-
</div>
19+
<div styleName="row-btn">
20+
<Link styleName="primary-white-md" to={`${config.PLATFORM_SITE_URL}/earn/my-gigs`}>CHECK GIG APPLICATION STATUS</Link>
2321
</div>
24-
);
25-
};
22+
</div>
23+
);
2624

2725
export default GigHeader;

0 commit comments

Comments
 (0)