File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
frontend/src/components/app/recommendations Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 11<template >
22 <!-- eslint-disable max-len -->
33 <section class =" mb-4 sm:mb-16 lg:mb-32" >
4- <div v-if =" recommendations.length"
5- v-bind:class =" {
6- 'flex': true,
7- 'w-full': true,
8- 'items-stretch': true,
9- 'sm:items-center': true,
10- 'justify-center': true,
11- 'md:justify-start': true,
12- 'mb-12': recommendations.length > 1,
13- 'relative': true}" >
4+ <div v-if =" recommendations.length" class =" flex w-full items-stretch sm:items-center justify-center md:justify-start mb-12 relative" >
145 <Sort
156 v-if =" recommendations.length > 1"
167 v-bind:position =" 'left'"
@@ -204,11 +195,6 @@ export default {
204195 },
205196 deep: true ,
206197 },
207- recommendations: {
208- handler () {
209- this .setupRecommendations ();
210- },
211- },
212198 },
213199 beforeMount () {
214200 this .setupRecommendations ();
You can’t perform that action at this time.
0 commit comments