From 7fb8cab5e257fc47146519f4c70c11024b020719 Mon Sep 17 00:00:00 2001 From: Samuel Enocsson Date: Thu, 21 May 2026 15:16:51 +0200 Subject: [PATCH] feat: add 'View calculation details' link to expanded row (#4) --- views/partials/player-history.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/views/partials/player-history.ejs b/views/partials/player-history.ejs index fdbda08..9f6b61f 100644 --- a/views/partials/player-history.ejs +++ b/views/partials/player-history.ejs @@ -30,6 +30,7 @@ const chartPdgaNumber = hasPlayer ? player.pdgaNumber : pdgaNumber; + <% } %> <% if (history && history.length > 0) { %>