diff --git a/src/entrypoints/popup/index.tsx b/src/entrypoints/popup/index.tsx index 27b597a4..05d0ac5c 100644 --- a/src/entrypoints/popup/index.tsx +++ b/src/entrypoints/popup/index.tsx @@ -148,7 +148,7 @@ const App = (): React.JSX.Element => { await reloadCurrentTab(3000) }, - [setCurrentUserAgent] + [setCurrentUserAgent, reloadCurrentTab] ) /** Handle the open options button click */