summaryrefslogtreecommitdiffstats
path: root/settings/src/components/appList/appItem.vue
diff options
context:
space:
mode:
Diffstat (limited to 'settings/src/components/appList/appItem.vue')
-rw-r--r--settings/src/components/appList/appItem.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/src/components/appList/appItem.vue b/settings/src/components/appList/appItem.vue
index 25e9a4602c2..35f06f76512 100644
--- a/settings/src/components/appList/appItem.vue
+++ b/settings/src/components/appList/appItem.vue
@@ -23,7 +23,6 @@
<template>
<div class="section" v-bind:class="{ selected: isSelected }">
<div class="app-image app-image-icon" v-on:click="showAppDetails">
- {{ isSelected }}
<div v-if="!app.preview" class="icon-settings-dark"></div>
<img v-if="!app.previewAsIcon && app.preview" :src="app.preview" width="100%" />
<svg v-if="app.previewAsIcon && app.preview" width="32" height="32" viewBox="0 0 32 32">