Skip to content

Commit 2c69f4e

Browse files
committed
Update useCompareReplacements.ts
1 parent bfd7ce1 commit 2c69f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/composables/useCompareReplacements.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ export function useCompareReplacements(packageNames: MaybeRefOrGetter<string[]>)
100100

101101
return {
102102
replacements: readonly(replacements),
103-
noDepSuggestions: readonly(noDepSuggestions),
104-
infoSuggestions: readonly(infoSuggestions),
103+
noDepSuggestions,
104+
infoSuggestions,
105105
loading: readonly(loading),
106106
}
107107
}

0 commit comments

Comments
 (0)