Remove unnecessary check

This commit is contained in:
Roman Cervantes 2019-12-19 11:44:40 -07:00
parent 405c21f829
commit c2d4d6c68f

View file

@ -63,11 +63,6 @@ export default {
},
mounted() {
if (!this.platform) {
this.$router.push({ name: 'platforms' });
return;
}
this.load();
},