mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-29 01:15:48 +02: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:
|
// mutate document.title:
|
||||||
document.title = result
|
document.title = result
|
||||||
.reverse()
|
|
||||||
.map(e => e.name)
|
.map(e => e.name)
|
||||||
|
.reverse()
|
||||||
.join(' - ');
|
.join(' - ');
|
||||||
|
|
||||||
if (result.length > 2) {
|
if (result.length > 2) {
|
||||||
|
Loading…
Reference in New Issue
Block a user