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
<Date date={bug.createdAt} />
- by {bug.author.displayName}
+ by {bug.author.displayName}
</div>
</div>
</TableCell>