Skip to content

Commit

Permalink
fix: 🐛 missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
apotdevin committed May 31, 2020
1 parent eae9489 commit b4ed3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/settings/Sync.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b4ed3d7

Please sign in to comment.