diff options
author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-13 16:30:47 -0400 |
---|---|---|
committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-13 16:30:47 -0400 |
commit | 3c96bc3f51a97b13c76db305502436d54cc35a6b (patch) | |
tree | 63155ba99415a4c1f468557629f604bcd5078c42 /src/components | |
parent | f14bf1edb18b02359fefb61f6d5f342892f7056c (diff) |
Fixed bugs with images. It works okay now.
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/request-element.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/request-element.js b/src/components/request-element.js index 935bf32..37f6feb 100644 --- a/src/components/request-element.js +++ b/src/components/request-element.js @@ -103,7 +103,7 @@ class RequestElement extends connect(store)(LitElement) { this.subject = "Unknown subject"; this.uid = "Unknown uid"; this.docId = "Unknown docId"; - this.imgPath = ""; + this.imgPath = ""; this.infoTabOpen = false; } |