From 125b937ff23cc69b23bb4a2cc5827bb8fa4236d2 Mon Sep 17 00:00:00 2001 From: Matain Date: Fri, 2 Dec 2022 11:00:26 +0800 Subject: tfo fix --- src/components/proxies/Proxy.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/proxies/Proxy.tsx b/src/components/proxies/Proxy.tsx index 7265a66..6402f29 100644 --- a/src/components/proxies/Proxy.tsx +++ b/src/components/proxies/Proxy.tsx @@ -159,7 +159,7 @@ function ProxyImpl({ } function formatTfo (t: boolean) { if (!t) return ''; - return tfo; + return tfo; } const handleKeyDown = React.useCallback( (e: React.KeyboardEvent) => { -- cgit v1.3.1