Loading ui/src/components/ImpressionRequestCard.vue +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ <v-tooltip left> <template v-slot:activator="{ on }"> <v-card-text align="left" v-show="show_print_state()" v-on="on"> <v-card-text align="left" :v-show="show_print_state()" v-on="on"> <v-icon color="grey">mdi-clock-time-four</v-icon> {{ print_state() }} </v-card-text> Loading Loading
ui/src/components/ImpressionRequestCard.vue +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ <v-tooltip left> <template v-slot:activator="{ on }"> <v-card-text align="left" v-show="show_print_state()" v-on="on"> <v-card-text align="left" :v-show="show_print_state()" v-on="on"> <v-icon color="grey">mdi-clock-time-four</v-icon> {{ print_state() }} </v-card-text> Loading