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