File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
frontend/src/components/app/onboarding Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,7 @@ export default {
5656 } else {
5757 await this .$http .post (' /profile/images?is_primary=false' , formData);
5858 }
59- } catch (error) {
60- console .log (error);
61- }
59+ } catch (error) {}
6260 }
6361 },
6462 },
@@ -73,7 +71,10 @@ export default {
7371 if (this .imagesUploaded .length === this .imageIndex ) {
7472 return ' Continue' ;
7573 }
76- return ' Skip' ;
74+ if (this .imageIndex === 1 ) {
75+ return ' Skip' ;
76+ }
77+ return ' No more' ;
7778 },
7879 },
7980};
Original file line number Diff line number Diff line change 44 <h1 class =" text-gray-matcha" >{{slide.current}} / {{slide.count}}</h1 >
55 <h1 class =" onboarding-sub-container-content-heading leading-none" >Bio</h1 >
66 <p class =" mt-2 text-gray-matcha" >{{textareaLength}} / {{slide.maxTextareaLength}}</p >
7+ <p class =" mt-1 text-gray-matcha text-xs" >Minimum {{slide.minTextareaLength}}</p >
78 <div class =" h-64 flex flex-col items-center justify-center w-full" >
89 <textarea
910 autofocus
You can’t perform that action at this time.
0 commit comments