Skip to content

Commit 4ef719a

Browse files
committed
linting
1 parent 9b37daf commit 4ef719a

File tree

1 file changed

+2
-1
lines changed
  • contentcuration/contentcuration/frontend/channelList/views/Channel

1 file changed

+2
-1
lines changed

contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,8 @@
363363
{
364364
key: 'open-tab-link',
365365
show:
366-
!this.isInChannelList && (this.channel.demo_server_url || this.channel.source_url) &&
366+
!this.isInChannelList &&
367+
(this.channel.demo_server_url || this.channel.source_url) &&
367368
((this.loggedIn && !this.channel.demo_server_url && this.channel.source_url) ||
368369
(this.loggedIn && !this.channel.source_url && this.channel.demo_server_url) ||
369370
(!this.loggedIn &&

0 commit comments

Comments
 (0)