@atoms-studio/components
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -223,3 +223,3 @@ 'use strict'; | ||
imageUrl: function imageUrl() { | ||
return this.image | ||
return this.image && this.image.url | ||
? this.image.url | ||
@@ -226,0 +226,0 @@ : this.image && this.image.file |
@@ -219,3 +219,3 @@ // | ||
imageUrl: function imageUrl() { | ||
return this.image | ||
return this.image && this.image.url | ||
? this.image.url | ||
@@ -222,0 +222,0 @@ : this.image && this.image.file |
{ | ||
"name": "@atoms-studio/components", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/atoms-studio/blueprint#readme", |
28477