From 602f91148b853b781d38506cbaadce011972da1d Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 16 Feb 2020 01:43:33 +0100 Subject: webui: fix missing space in the bug preview --- webui/src/pages/list/BugRow.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webui') diff --git a/webui/src/pages/list/BugRow.tsx b/webui/src/pages/list/BugRow.tsx index 829877ef..9c1883a3 100644 --- a/webui/src/pages/list/BugRow.tsx +++ b/webui/src/pages/list/BugRow.tsx @@ -100,9 +100,9 @@ function BugRow({ bug }: Props) {
- {bug.humanId} opened + {bug.humanId} opened  - by {bug.author.displayName} +  by {bug.author.displayName}
-- cgit