Skip to content

Commit 0e48c85

Browse files
authored
Apply suggestion from @ErikBjare
1 parent d18d09f commit 0e48c85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SelectableVisualization.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ div
3333
:namefunc="e => e.data.title",
3434
:colorfunc="e => e.data.title",
3535
with_limit)
36-
div(v-if="type == 'top_bundle_ids'")
36+
div(v-if="type == 'top_bundle_ids' && activityStore.android.available")
3737
aw-summary(:fields="activityStore.window.top_titles",
3838
:namefunc="e => e.data.classname",
3939
:colorfunc="e => e.data.app",

0 commit comments

Comments
 (0)