Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jisoolee committed Oct 3, 2023
1 parent 13fc411 commit e823128
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/containers/CustomRuns/CustomRuns.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,7 @@ function CustomRuns() {
mode: 'yaml'
}).toString();
navigate(
urls.customRuns.create() +
(queryString ? `?${queryString}` : '')
urls.customRuns.create() + (queryString ? `?${queryString}` : '')
);
},
text: intl.formatMessage({
Expand Down

0 comments on commit e823128

Please sign in to comment.