Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 1aa85a4

Browse files
committed
Update TokenAdmin.tsx
1 parent 737014a commit 1aa85a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/admin/TokenAdmin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ export function TokenAdmin() {
829829
};
830830

831831
fetchAddresses();
832-
}, [refetchWhitelistedAddresses]);
832+
}, []);
833833

834834
const handleAddToWhitelist = async () => {
835835
try {

0 commit comments

Comments
 (0)