Skip to content

Commit 59f598a

Browse files
committed
fix: removing dead code
based on this discussion OHDSI#2929 (comment)
1 parent 8e8e4bc commit 59f598a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

js/pages/cohort-definitions/cohort-definition-manager.html

-6
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@
8585
data-bind="visible: !previewVersion(), css: { active: $component.tabMode() == 'reporting' }, click: function() { $component.selectTab('reporting'); }">
8686
<a data-bind="text: ko.i18n('cohortDefinitions.cohortDefinitionManager.tabs.reporting', 'Reporting')"></a>
8787
</li>
88-
89-
<li role="presentation"
90-
data-bind="visible: !previewVersion(), css: { active: $component.tabMode() == 'explore' }, click: function() { $component.selectTab('explore'); }">
91-
<a data-bind="text: ko.i18n('cohortDefinitions.cohortDefinitionManager.tabs.explore', 'Explore')"></a>
92-
</li>
93-
9488
<li role="presentation"
9589
data-bind="visible: !previewVersion(), css: { active: $component.tabMode() == 'export' }, click: () => { $component.selectTab('export'); refreshPrintFriendly(); }">
9690
<a data-bind="text: ko.i18n('cohortDefinitions.cohortDefinitionManager.tabs.export', 'Export')"></a>

0 commit comments

Comments
 (0)