We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d066ce9 commit 40a878cCopy full SHA for 40a878c
1 file changed
src/static/riot/competitions/detail/submission_modal.tag
@@ -80,11 +80,6 @@
80
self.leaderboards = []
81
self.columns = []
82
83
- // OLD helpers - Check if logs are empty
84
- //self.isEmpty = (v) => v == null || (typeof v === "string" && v.trim().length === 0)
85
- //self.nonEmpty = (v) => !self.isEmpty(v)
86
- //self.showLog = (v) => self.nonEmpty(v) ? v : "No logs for this tab."
87
-
88
// Logs helpers
89
self.normalizeLog = (v) => {
90
if (v == null) return v
0 commit comments