chore: fix style
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user