Skip to content

Commit

Permalink
Comment out rotation tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyt857 committed May 28, 2023
1 parent 900f71b commit 54ee6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/individual_sim_ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export abstract class IndividualSimUI<SpecType extends Spec> extends SimUI {
this.bt = this.addBulkTab();
this.addSettingsTab();
this.addTalentsTab();
this.addRotationTab();
//this.addRotationTab();

if (!this.isWithinRaidSim) {
this.addDetailedResultsTab();
Expand Down

0 comments on commit 54ee6c4

Please sign in to comment.