We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75fb5b5 + 31c771b commit a9f5cd3Copy full SHA for a9f5cd3
contentcuration/contentcuration/frontend/shared/views/details/Details.vue
@@ -262,7 +262,7 @@
262
<VFlex class="source-thumbnail">
263
<Thumbnail :src="channel.thumbnail" />
264
</VFlex>
265
- <VFlex v-if="libraryMode" class="font-weight-bold notranslate px-4 subheading">
+ <VFlex v-if="printing" class="font-weight-bold notranslate px-4 subheading">
266
{{ channel.name }}
267
268
<a
@@ -419,9 +419,6 @@
419
}
420
return '';
421
},
422
- libraryMode() {
423
- return window.libraryMode;
424
- },
425
sizeText() {
426
const size = this._details.resource_size;
427
const sizeIndex = Math.max(
0 commit comments