Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
f826d620b4
commit
f42754ad58
|
@ -38,7 +38,7 @@ export const acctFull = (account: ImmutableMap<string, any>): string => (
|
|||
account.get('fqn') || guessFqn(account)
|
||||
);
|
||||
|
||||
export const getAcct = (account: ImmutableMap<string, any>, displayFqn: boolean) :string => (
|
||||
export const getAcct = (account: ImmutableMap<string, any>, displayFqn: boolean): string => (
|
||||
displayFqn === true ? acctFull(account) : account.get('acct')
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue