fix: broken list
This commit is contained in:
@ -40,7 +40,7 @@ const group = () => {
|
||||
};
|
||||
|
||||
const missing = computed(() => {
|
||||
return prf.current?.mods.filter((m) => !pkgs.hasLocal(m));
|
||||
return prf.current?.mods.filter((m) => !pkgs.hasLocal(m)) ?? [];
|
||||
});
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user