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 119cb7d commit ce6326fCopy full SHA for ce6326f
app/views/content/display/sidebar/_apps.html.erb
@@ -2,7 +2,7 @@
2
creating = defined?(creating) && creating
3
editing = defined?(editing) && editing
4
show_basil_tool = BasilService::ENABLED_PAGE_TYPES.include? content.class_name
5
- show_conversation = content.class_name == 'Character'
+ show_conversation = false && content.class_name == 'Character'
6
7
show_tools_menu = show_basil_tool || show_conversation
8
%>
0 commit comments