Run prettier

This commit is contained in:
Zoe Roux 2023-12-05 23:55:33 +01:00
parent a218271001
commit c1ba51b903

View File

@ -112,4 +112,4 @@ export const unselectAllAccounts = () => {
const accounts = readAccounts();
for (const acc of accounts) acc.selected = false;
writeAccounts(accounts);
}
};