@abi-software/flatmapvuer 0.3.0-beta-2-upstream-downstream-2 → 0.3.0-beta-2-upstream-downstream-6

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/flatmapvuer",
3
- "version": "0.3.0-beta-2-upstream-downstream-2",
3
+ "version": "0.3.0-beta-2-upstream-downstream-6",
4
4
  "main": "./dist/flatmapvuer.common.js",
5
5
  "files": [
6
6
  "dist/*",
@@ -49,7 +49,7 @@
49
49
  >
50
50
  <i slot="reference" class="el-icon-warning-outline info"/>
51
51
  <span style="word-break: keep-all;">
52
- <i>Destination</i> is where the axons terminate (& in the cases of some psuedoinunipolar neurons, where their dendritic "terminals" are)
52
+ <i>Destination</i> is where the axons terminate
53
53
  </span>
54
54
  </el-popover>
55
55
  </div>
@@ -158,7 +158,7 @@ export default {
158
158
  },
159
159
  computed: {
160
160
  originDescription: function(){
161
- if( this.content.title.toLowerCase().includes('motor')){
161
+ if(this.content && this.content.title && this.content.title.toLowerCase().includes('motor')){
162
162
  return this.originDescriptions.motor
163
163
  } else {
164
164
  return this.originDescriptions.sensory