Skip to content

Commit cb0164d

Browse files
authored
feat: add id for settings page element
1 parent 9198e24 commit cb0164d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/settingsPage.js

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export default function settingsPage(
3737
) {
3838
let hideSearchBar = () => {};
3939
const $page = Page(title);
40+
$page.id = "settings";
4041
/**@type {HTMLDivElement} */
4142
const $list = <div tabIndex={0} className="main list"></div>;
4243
/**@type {ListItem} */

0 commit comments

Comments
 (0)