ts complie error

This commit is contained in:
puzhen 2025-10-23 21:27:41 +01:00
parent b71801ce33
commit f74220eb8e

View file

@ -274,7 +274,7 @@ export default function Browser() {
<Button
variant="primary"
size="sm"
onClick={handleLoadCookies}
onClick={() => handleLoadCookies()}
disabled={cookiesLoading}
>
<RefreshCw className={`w-4 h-4 ${cookiesLoading ? 'animate-spin' : ''}`} />