Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit c4d17c3

Browse files
committed
Merge pull request #13389 from jasonrsadler/working-dir2
About brave clipboard copy now starts at top line - fixes issue #13355
1 parent 3b080d6 commit c4d17c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/about/brave.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require('../../node_modules/font-awesome/css/font-awesome.css')
2525

2626
const tranformVersionInfoToString = (versionInformation) =>
2727
versionInformation
28-
.reduce((coll, version, name) => `${coll} \n${name}: ${version}`, '')
28+
.reduce((coll, version, name) => `${coll}${name}: ${version}\n`, '')
2929

3030
class AboutBrave extends React.Component {
3131
constructor (props) {

0 commit comments

Comments
 (0)