mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 22:25:21 +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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
const { viewOnly, admin, host, cert } = account;
|
const { viewOnly, admin, host, cert, name } = account;
|
||||||
|
|
||||||
const getObject = () => {
|
const getObject = () => {
|
||||||
switch (type) {
|
switch (type) {
|
||||||
|
|
Loadingโฆ
Add table
Reference in a new issue