Skip to content

Commit

Permalink
Merge pull request #6757 from rhamilto/bz1882735
Browse files Browse the repository at this point in the history
Bug 1882735: Remove unexpected comma from <title>
  • Loading branch information
openshift-merge-robot committed Sep 28, 2020
2 parents af314bb + 627d944 commit 858fe63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ const ReceiverBaseForm: React.FC<ReceiverBaseFormProps> = ({
return (
<div className="co-m-pane__body co-m-pane__form">
<Helmet>
<title>{titleVerb} Receiver</title>
<title>{`${titleVerb} Receiver`}</title>
</Helmet>
<form className="co-m-pane__body-group" onSubmit={save}>
<h1 className="co-m-pane__heading">
Expand Down

0 comments on commit 858fe63

Please sign in to comment.