1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

more lint fixes

This commit is contained in:
Bruno Windels
2018-10-17 16:20:38 +02:00
parent c926aa2bfe
commit 3552326003
2 changed files with 4 additions and 5 deletions

View File

@@ -155,7 +155,7 @@ class Tinter {
tint(primaryColor, secondaryColor, tertiaryColor) {
return;
// eslint-disable-next-line no-unreachable
this.currentTint[0] = primaryColor;
this.currentTint[1] = secondaryColor;
this.currentTint[2] = tertiaryColor;