We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9198e24 commit cb0164dCopy full SHA for cb0164d
src/components/settingsPage.js
@@ -37,6 +37,7 @@ export default function settingsPage(
37
) {
38
let hideSearchBar = () => {};
39
const $page = Page(title);
40
+ $page.id = "settings";
41
/**@type {HTMLDivElement} */
42
const $list = <div tabIndex={0} className="main list"></div>;
43
/**@type {ListItem} */
0 commit comments