all_talks: only show speakers if there are any

This commit is contained in:
Franzi 2023-09-30 16:06:41 +02:00
parent 429377564b
commit 17aef9463a

View file

@ -274,7 +274,7 @@ local function view_all_talks(starts, ends, config, x1, y1, x2, y2)
local info_line = talk.room
if show_speakers and #talk.persons then
if show_speakers and #talk.persons > 0 then
local joiner = ({
de = "mit",
})[talk.locale] or "with"