Warafear 1 год назад
Родитель
Сommit
48bc205479
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/app/journal/journal-home/navigation-panel/navigation-panel.component.ts

+ 2 - 2
src/app/journal/journal-home/navigation-panel/navigation-panel.component.ts

@@ -62,10 +62,10 @@ export class NavigationPanelComponent {
       case 'spellcards':
       case 'spellcards':
         this.active = 4;
         this.active = 4;
         break;
         break;
-      case 'notes':
+      case 'spellbook':
         this.active = 5;
         this.active = 5;
         break;
         break;
-      case 'spellbook':
+      case 'notes':
         this.active = 6;
         this.active = 6;
         break;
         break;
       case 'quests':
       case 'quests':