mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 16:06:38 +08:00
lint fix
Signed-off-by: wozulong <>
This commit is contained in:
parent
0ed6600437
commit
811019bf5c
@ -256,7 +256,7 @@ function renderDuration(submit_time, finishTime) {
|
||||
|
||||
// 返回带有样式的颜色标签
|
||||
return (
|
||||
<Tag color={color} size="large">
|
||||
<Tag color={color} size='large'>
|
||||
{durationSec} 秒
|
||||
</Tag>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user