chore: fix style

This commit is contained in:
MystiPanda
2024-01-21 13:46:19 +08:00
parent 327301782d
commit 2739fa60be
3 changed files with 7 additions and 8 deletions

View File

@@ -75,7 +75,6 @@ export const TestItem = (props: Props) => {
};
useEffect(() => {
onDelay();
listenTsetEvent();
}, []);
@@ -176,7 +175,7 @@ export const TestItem = (props: Props) => {
},
})}
>
{delayManager.formatDelay(delay)}
{`${delayManager.formatDelay(delay)} ms`}
</Widget>
)}
</Box>