Release 1.4.11

This commit is contained in:
MystiPanda
2024-02-02 16:56:39 +08:00
parent 6a316b34a2
commit 150d72f0f8
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>