some more ui stuff
This commit is contained in:
parent
9e5989825f
commit
d65c737a6e
5 changed files with 60 additions and 42 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue