fix: ๐Ÿ› missing var

This commit is contained in:
apotdevin 2020-05-31 09:26:48 +02:00
parent eae9489052
commit b4ed3d7334

View file

@ -47,7 +47,7 @@ export const SyncSettings = () => {
return null;
}
const { viewOnly, admin, host, cert } = account;
const { viewOnly, admin, host, cert, name } = account;
const getObject = () => {
switch (type) {