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

Commit 8e82bb2

Browse files
author
dengjun
committed
fix:lint error
1 parent f5310d6 commit 8e82bb2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/containers/MyGigs/index.jsx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,14 @@ const MyGigs = ({
7878
<h1 styleName="title">
7979
<span styleName="text">MY GIGS</span>
8080
<div styleName="operation">
81-
<Button size="lg" onClick={() => {
82-
window.location.href = `${process.env.URL.BASE}/gigs`
83-
}}>VIEW GIGS</Button>
81+
<Button
82+
size="lg"
83+
onClick={() => {
84+
window.location.href = `${process.env.URL.BASE}/gigs`;
85+
}}
86+
>
87+
VIEW GIGS
88+
</Button>
8489
<Button
8590
isPrimary
8691
size="lg"

0 commit comments

Comments
 (0)