We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d5d97 commit c6a3ab7Copy full SHA for c6a3ab7
src/views/PluginsView.vue
@@ -81,8 +81,6 @@ const getCompatibleVersionText = (item: Plugin) => {
81
return `≥ v${minVersion}`
82
} else if (maxVersion) {
83
return `≤ v${maxVersion}`
84
- } else {
85
- return null
86
}
87
88
0 commit comments