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:
parent
efa3e7d795
commit
815a8c04d6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user