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