Skip to content

Commit 21322e2

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 472dacf commit 21322e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/ObjectSelector.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@
7171
if (!object_keys.length) {
7272
return undefined
7373
}
74-
if (object_keys.length === 1 && object_map[object_keys[0]].is_loadable > 0) {
74+
if (
75+
object_keys.length === 1 &&
76+
object_map[object_keys[0]].is_loadable > 0
77+
) {
7578
return object_keys[0]
7679
}
7780
const highest_load_score = Math.max(

0 commit comments

Comments
 (0)