diff options
| author | shpuld <shpuld@gmail.com> | 2017-02-23 00:39:41 +0200 |
|---|---|---|
| committer | shpuld <shpuld@gmail.com> | 2017-02-23 00:39:41 +0200 |
| commit | 9237f0b91834ed59ea4f7a6a8dca7fa732a3c74f (patch) | |
| tree | 42be1ac7b2e74d99ae19c9e9d3f290d354f542c3 /src | |
| parent | 715bfb3dca55d5a5d688e8e81c9eb137deeced9b (diff) | |
Removed unnecessary debug stuff
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/user_card_content/user_card_content.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue index 2cdbb2fb..10064d5f 100644 --- a/src/components/user_card_content/user_card_content.vue +++ b/src/components/user_card_content/user_card_content.vue @@ -66,10 +66,8 @@ } }, bodyStyle () { - let color = this.$store.state.config.colors['base00'] - console.log(this.color) return { - background: 'linear-gradient(to bottom, rgba(0, 0, 0, 0), ' + color + ' 80%)' + background: 'linear-gradient(to bottom, rgba(0, 0, 0, 0), ' + this.$store.state.config.colors['base00'] + ' 80%)' } }, isOtherUser () { |
