@asd20/ui 3.2.891 → 3.2.892

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.891",
8
+ "version": "3.2.892",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -87,7 +87,7 @@
87
87
  horizontal
88
88
  reversed
89
89
  :label="
90
- login.callsToAction[0].label
90
+ login.callsToAction && login.callsToAction[0].label
91
91
  ? login.callsToAction[0].label
92
92
  : 'Login'
93
93
  "
@@ -101,7 +101,7 @@
101
101
  href="#"
102
102
  v-if="login.bodyHtml"
103
103
  @click.prevent="selectedLogin = login"
104
- >{{ login.title }} details</a
104
+ >{{ login.title }} details.</a
105
105
  >
106
106
  </div>
107
107
  </template>