From 3c29b8a58a8a3987ad37d973dec9137d59c9bc4e Mon Sep 17 00:00:00 2001 From: open-trade Date: Thu, 10 Feb 2022 16:08:50 +0800 Subject: [PATCH] fix style --- src/ui/ab.tis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/ab.tis b/src/ui/ab.tis index dc21f781a..d43476ae2 100644 --- a/src/ui/ab.tis +++ b/src/ui/ab.tis @@ -95,7 +95,7 @@ class SessionList: Reactor.Component { function render() { var sessions = this.getSessions(); if (sessions.length == 0) { - return
{translate("Empty")}
; + return
{translate("Empty")}
; } var me = this; sessions = sessions.map(function(x) { return me.getSession(x); });