Skip to content

Commit 8fde79b

Browse files
committed
refresh page after gig apply
1 parent 622586b commit 8fde79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default function GigApply(props) {
7777
<Link to={`${config.GIGS_PAGES_PATH}`}>VIEW OTHER GIGS</Link>
7878
</React.Fragment>
7979
) : (
80-
<Link to={`${config.GIGS_PAGES_PATH}`} styleName="primaryBtn">GO TO GIGS LIST</Link>
80+
<a href={`${config.GIGS_PAGES_PATH}`} styleName="primaryBtn">GO TO GIGS LIST</a>
8181
)
8282
}
8383
</div>

0 commit comments

Comments
 (0)