Release 1.4.11

This commit is contained in:
MystiPanda
2024-02-02 16:56:39 +08:00
parent 0ac91e36a0
commit c7bcaf0193
7 changed files with 136 additions and 111 deletions

View File

@@ -175,7 +175,7 @@ export const TestItem = (props: Props) => {
},
})}
>
{`${delayManager.formatDelay(delay)} ms`}
{delayManager.formatDelay(delay)}
</Widget>
)}
</Box>