Skip to content

Commit 384e31c

Browse files
committed
lint
1 parent de56631 commit 384e31c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/pages/popup/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ const updateList = (list: ScriptMenu[], update: TUpdateEntryFn, options: TUpdate
7171
};
7272

7373
type ScriptProvider = "scriptcat" | "greasyfork" | "openuserjs";
74-
type ScriptProviderKey = `get_more_script_${ScriptProvider}`;
7574

7675
const getMoreScriptWindowOpen = (currentUrl: string, provider: ScriptProvider) => {
7776
let urlHost = "";
@@ -175,8 +174,6 @@ function App() {
175174
};
176175
}, [backEnables]);
177176

178-
const urlHost = useMemo(() => {}, [currentUrl]);
179-
180177
useEffect(() => {
181178
const hookMgr = new HookManager();
182179

0 commit comments

Comments
 (0)