diff --git a/r2/r2/templates/panestack.mobile b/r2/r2/templates/panestack.mobile index 88b39e295..87f5fe3b7 100644 --- a/r2/r2/templates/panestack.mobile +++ b/r2/r2/templates/panestack.mobile @@ -21,5 +21,5 @@ ################################################################################ %for t in thing.stack: -${t.render()} +${t.render() if t else ""} %endfor