mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
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