Skip to content

Commit c0c6ebf

Browse files
author
Sharon
committed
forgot to change my name back from testing
1 parent 672ac79 commit c0c6ebf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/header/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ export async function initHeader (store: IndexedFormula) {
5454

5555
function rebuildHeader (header: HTMLElement, store: IndexedFormula, pod: NamedNode) {
5656
return async (session: SolidSession | null) => {
57-
// const user = session ? sym(session.webId) : null
58-
const user = sym('https://sharonstrats.inrupt.net/profile/card#me')
57+
const user = session ? sym(session.webId) : null
5958
log(user)
6059
header.innerHTML = ''
6160
header.appendChild(await createBanner(store, pod, user))

0 commit comments

Comments
 (0)