some more ui stuff

This commit is contained in:
biglyderv 2025-02-26 13:54:25 -05:00
parent 9e5989825f
commit d65c737a6e
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
5 changed files with 60 additions and 42 deletions

View file

@ -35,8 +35,6 @@ router.get('/:id', async (req, res, next) => {
replies = replies.filter(x => x.comment != 'fail');
console.log(replies)
res.ctx.mainPage = 'commenter'
res.ctx.mainCtx = {
replies