File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -181,5 +181,6 @@ export default {
181181 "You haven’t searched for items yet" : "Sie haben noch nicht nach Artikeln gesucht." ,
182182 "Your bag is empty" : "Ihre Tasche ist leer" ,
183183 "Your current email address is" : "Ihre aktuelle E-Mail-Adresse lautet" ,
184- "Your email" : "Deine E-Mail"
184+ "Your email" : "Deine E-Mail" ,
185+ 'You have submitted no reviews' : 'Sie haben keine Bewertungen abgegeben' ,
185186} ;
Original file line number Diff line number Diff line change @@ -176,5 +176,6 @@ export default {
176176 "You haven’t searched for items yet" : "You haven’t searched for items yet." ,
177177 "Your bag is empty" : "Your bag is empty" ,
178178 "Your current email address is" : "Your current email address is" ,
179- "Your email" : "Your email"
179+ "Your email" : "Your email" ,
180+ 'You have submitted no reviews' : 'You have submitted no reviews' ,
180181} ;
Original file line number Diff line number Diff line change 3939 </div >
4040 </template >
4141 </SfReview >
42+ <div
43+ v-if =" userReviews.length === 0"
44+ class =" no-reviews"
45+ >
46+ <p class =" no-reviews__title" >
47+ {{ $t('You have submitted no reviews') }}.
48+ </p >
49+ </div >
4250 </SfTab >
4351 </SfTabs >
4452</template >
@@ -86,6 +94,13 @@ export default defineComponent({
8694 </script >
8795
8896<style lang='scss' scoped>
97+ .no-reviews {
98+ & __title {
99+ margin : 0 0 var (--spacer-lg ) 0 ;
100+ font : var (--font-weight--normal ) var (--font-size--base ) / 1.6 var (--font-family--primary );
101+ }
102+ }
103+
89104.tab-orphan {
90105 @include for-mobile {
91106 --tabs-title-display : none ;
You can’t perform that action at this time.
0 commit comments