chore: upgrade to tauri v2 stable
This commit is contained in:
@@ -17,6 +17,8 @@ export const Route = createFileRoute("/")({
|
||||
});
|
||||
}
|
||||
|
||||
return { accounts: accounts.filter((account) => !account.endsWith("Lume")) };
|
||||
return {
|
||||
accounts: accounts.filter((account) => !account.endsWith("Lume")),
|
||||
};
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user