mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 11:38:24 +00:00
Remove unnecessary check
This commit is contained in:
parent
405c21f829
commit
c2d4d6c68f
1 changed files with 0 additions and 5 deletions
|
@ -63,11 +63,6 @@ export default {
|
|||
},
|
||||
|
||||
mounted() {
|
||||
if (!this.platform) {
|
||||
this.$router.push({ name: 'platforms' });
|
||||
return;
|
||||
}
|
||||
|
||||
this.load();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue