mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
fix: ๐ missing var
This commit is contained in:
parent
eae9489052
commit
b4ed3d7334
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loadingโฆ
Add table
Reference in a new issue