From 6ffe308bdecacf607879c8b75446e9044e760987 Mon Sep 17 00:00:00 2001 From: DutchEllie Date: Tue, 15 Mar 2022 16:47:49 +0100 Subject: [PATCH] Todo --- src/guestbook.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/guestbook.go b/src/guestbook.go index 34ad5e7..8bb37ee 100644 --- a/src/guestbook.go +++ b/src/guestbook.go @@ -31,6 +31,7 @@ type guestbook struct { ) // Handler to implement which calls the api } +// TODO: The comments are loaded like 2 or 3 times every time the page is loaded... func (g *guestbook) OnMount(ctx app.Context) { g.LoadComments(ctx) }