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