[-] Remove duplicate update
This commit is contained in:
@@ -48,9 +48,6 @@ export default class Navigation extends Vue
|
||||
// Debug output TODO: Remove this
|
||||
console.log(`onNavigate: Previous: ${this.activeIndex}, New: ${index}`);
|
||||
|
||||
// Update selected tab
|
||||
this.activeIndex = index;
|
||||
|
||||
// Check url
|
||||
let url = `/${index}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user