mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-03 02:32:00 +08:00
Minor fixes
This commit is contained in:
@@ -124,6 +124,7 @@ function TasksTable(props: Props & ReduxProps) {
|
||||
<div>
|
||||
{chips.map((c) => (
|
||||
<Chip
|
||||
key={c.key}
|
||||
className={classes.chip}
|
||||
label={
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user