mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-14 04:50:50 +08:00
修复遍历key值
This commit is contained in:
@@ -382,7 +382,7 @@ const CronDetailModal = ({
|
||||
{currentCron.labels?.length > 0 &&
|
||||
currentCron.labels[0] !== '' &&
|
||||
currentCron.labels?.map((label: string, i: number) => (
|
||||
<Tag color="blue" style={{ marginRight: 5 }}>
|
||||
<Tag key={label} color="blue" style={{ marginRight: 5 }}>
|
||||
{label}
|
||||
</Tag>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user