ended up not needing this

This commit is contained in:
Robin Olsen
2026-02-24 15:18:56 +01:00
parent 38ae7905c1
commit f28ab4be78
3 changed files with 13 additions and 16 deletions

View File

@@ -7,8 +7,7 @@ import (
)
type IssueDetailProps struct {
Issue *models.Issue
ShowDetailsButton bool
Issue *models.Issue
}
templ IssueDetail(props IssueDetailProps) {