mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): fix rendering fuzzy filter rendering in the history
This commit is contained in:
@@ -18,7 +18,8 @@ const HistoryLabel = observer(
|
||||
)} mw-100`}
|
||||
style={this.getColorStyle(name, value)}
|
||||
>
|
||||
{name}: {value}
|
||||
{name ? `${name}: ` : null}
|
||||
{value}
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user