Skip to content

Commit 6e83277

Browse files
authored
Merge pull request #890 from aeternity/release/0.3.1
Release 0.3.1
2 parents 43c6125 + 63202a6 commit 6e83277

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "superhero-ui",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"scripts": {
55
"serve": "vue-cli-service serve",
66
"build": "vue-cli-service build",

src/components/tipRecords/TipPreview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class="tip__article"
44
>
55
<div
6-
v-if="richPreviewComponent"
6+
v-if="richPreviewComponent && isPreviewToBeVisualized"
77
class="tip__article--hasresults"
88
>
99
<div class="tip__article__content">

0 commit comments

Comments
 (0)