From c7bbe9a3c10c6961b4a797b96de9572aff44b573 Mon Sep 17 00:00:00 2001 From: Mike Johnston Date: Fri, 20 Mar 2026 22:23:46 -0400 Subject: [PATCH] fix ejs closing --- src/views/player/profile.ejs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/player/profile.ejs b/src/views/player/profile.ejs index 0ebe7b7..6754cdb 100644 --- a/src/views/player/profile.ejs +++ b/src/views/player/profile.ejs @@ -99,9 +99,6 @@ <%= (typeof pendingApplication !== 'undefined' && pendingApplication) ? 'View Application' : 'Apply Now' %> <% } %> - <% } %> - - <% } %>
✏️ Display Name