Skip to content

Commit c6a3ab7

Browse files
refactor: else not needed
1 parent 67d5d97 commit c6a3ab7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/views/PluginsView.vue

-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ const getCompatibleVersionText = (item: Plugin) => {
8181
return `≥ v${minVersion}`
8282
} else if (maxVersion) {
8383
return `≤ v${maxVersion}`
84-
} else {
85-
return null
8684
}
8785
}
8886

0 commit comments

Comments
 (0)