1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-23 00:16:25 +01:00

fix reverse correct array

This commit is contained in:
sveisvei 2016-12-05 17:16:51 +01:00
parent efa3e7d795
commit 815a8c04d6

View File

@ -68,8 +68,8 @@ export default class App extends Component {
// mutate document.title:
document.title = result
.reverse()
.map(e => e.name)
.reverse()
.join(' - ');
if (result.length > 2) {