Skip to content

Commit ce6326f

Browse files
committed
disable cta link on character pages
1 parent 119cb7d commit ce6326f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/content/display/sidebar/_apps.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creating = defined?(creating) && creating
33
editing = defined?(editing) && editing
44
show_basil_tool = BasilService::ENABLED_PAGE_TYPES.include? content.class_name
5-
show_conversation = content.class_name == 'Character'
5+
show_conversation = false && content.class_name == 'Character'
66

77
show_tools_menu = show_basil_tool || show_conversation
88
%>

0 commit comments

Comments
 (0)