fix: Settings nav entries typing

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2023-10-26 10:30:22 -07:00
parent 3b402559ac
commit 439a6fbbdc

View file

@ -80,7 +80,7 @@ import logger from '../logger.js'
* @property {string} classes - Classes for custom styling
*/
/** @type {SettingNavEntry[]} */
/** @type {Record<string, SettingNavEntry>} */
const settingsNavEntries = loadState('core', 'settingsNavEntries', [])
const { profile: profileEntry, ...otherEntries } = settingsNavEntries