Commit 0e0f2344 authored by Lukasz Balcerzak's avatar Lukasz Balcerzak Committed by 杨奕

lint

parent 0adc0c08
...@@ -106,9 +106,9 @@ describe('Rate', () => { ...@@ -106,9 +106,9 @@ describe('Rate', () => {
computed: { computed: {
colors() { colors() {
if (this.muted) { if (this.muted) {
return ['#999', '#999', '#999'] return ['#999', '#999', '#999'];
} else { } else {
return ['#99A9BF', '#F7BA2A', '#FF9900'] return ['#99A9BF', '#F7BA2A', '#FF9900'];
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment