aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webui/src/pages/list/BugRow.tsx4
1 files changed, 2 insertions, 2 deletions
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) {
</div>
</Link>
<div className={classes.details}>
- {bug.humanId} opened
+ {bug.humanId} opened&nbsp;
<Date date={bug.createdAt} />
- by {bug.author.displayName}
+ &nbsp;by {bug.author.displayName}
</div>
</div>
</TableCell>