mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复定时任务名称标签显示
This commit is contained in:
parent
00ee90792f
commit
bc7f406968
|
@ -85,7 +85,7 @@ const Crontab = ({ headerStyle, isPhone, theme }: any) => {
|
|||
goToScriptManager(record);
|
||||
}}
|
||||
>
|
||||
{record.labels && record.labels.length > 0 ? (
|
||||
{record.labels?.length > 0 && record.labels[0] !== '' ? (
|
||||
<Popover
|
||||
placement="right"
|
||||
trigger={isPhone ? 'click' : 'hover'}
|
||||
|
|
Loading…
Reference in New Issue
Block a user