Added notification bell, WIP.
This commit is contained in:
@@ -11,7 +11,7 @@ export async function onBeforeRender(pageContext) {
|
||||
: [],
|
||||
]);
|
||||
|
||||
console.log('out alerts', alerts);
|
||||
console.log(pageContext.notifications);
|
||||
|
||||
if (!profile) {
|
||||
throw render(404, `Cannot find user '${pageContext.routeParams.username}'.`);
|
||||
|
||||
Reference in New Issue
Block a user