Lukasz Balcerzak %!s(int64=8) %!d(string=hai) anos
pai
achega
0e0f234428
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      test/unit/specs/rate.spec.js

+ 2 - 2
test/unit/specs/rate.spec.js

@@ -106,9 +106,9 @@ describe('Rate', () => {
       computed: {
         colors() {
           if (this.muted) {
-            return ['#999', '#999', '#999']
+            return ['#999', '#999', '#999'];
           } else {
-            return ['#99A9BF', '#F7BA2A', '#FF9900']
+            return ['#99A9BF', '#F7BA2A', '#FF9900'];
           }
         }
       },