Use stable sort for chain tabs (#113)

This commit is contained in:
Maciej Hirsz
2019-02-21 14:40:56 +01:00
committed by GitHub
parent 76a07654ab
commit ed65a00c95
3 changed files with 13 additions and 6 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
"react": "16.4.0",
"react-dom": "16.4.0",
"react-scripts-ts": "2.17.0",
"react-svg": "^4.1.1"
"react-svg": "^4.1.1",
"stable": "^0.1.8"
},
"scripts": {
"start": "react-scripts-ts start",