Skip to content

Commit

Permalink
fix: hide link in software updates if repo unknown
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
  • Loading branch information
pedrolamas committed Mar 18, 2024
1 parent 16ba9ba commit cbe4307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/settings/VersionSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<template #title>
{{ packageTitle(component) }}
<v-tooltip
v-if="'remote_url' in component"
v-if="'remote_url' in component && component.remote_url !== '?'"
bottom
>
<template #activator="{ attrs, on }">
Expand Down

0 comments on commit cbe4307

Please # to comment.