File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ import Textblock from '@/components/app/onboarding/Textblock.vue';
103103import Location from ' @/components/app/onboarding/Location.vue' ;
104104import SettingUp from ' @/components/app/onboarding/SettingUp.vue' ;
105105import Vue from ' vue' ;
106- import Browse from ' @/views/app/Browse.vue' ;
107106
108107export default {
109108 components: {
@@ -139,7 +138,7 @@ export default {
139138 const recommendationsRequest = await this .$http .get (' /recommendations' );
140139 const recommendationsFromSettingUp = recommendationsRequest .data .recommendations ;
141140 await this .$store .dispatch (' profileCompleted' );
142- await this .$router .push ({ name: Browse, params: { recommendationsFromSettingUp } });
141+ await this .$router .push ({ name: ' Browse' , params: { recommendationsFromSettingUp } });
143142 }
144143 if (this .slideCurrent < this .slideCount ) {
145144 if (this .slideCurrent === 4 && this .userUploadedImagesCount ) {
You can’t perform that action at this time.
0 commit comments