We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b37daf commit 4ef719aCopy full SHA for 4ef719a
contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue
@@ -363,7 +363,8 @@
363
{
364
key: 'open-tab-link',
365
show:
366
- !this.isInChannelList && (this.channel.demo_server_url || this.channel.source_url) &&
+ !this.isInChannelList &&
367
+ (this.channel.demo_server_url || this.channel.source_url) &&
368
((this.loggedIn && !this.channel.demo_server_url && this.channel.source_url) ||
369
(this.loggedIn && !this.channel.source_url && this.channel.demo_server_url) ||
370
(!this.loggedIn &&
0 commit comments