Skip to content

Commit

Permalink
address load
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenlejoe committed Dec 11, 2023
1 parent 4e8de52 commit a36a100
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ export const AddressActivityListView: React.FC<
}, [maybeResult, rowSelection, row_selection_state]);

useEffect(() => {

(async () => {
setResult(None)
let response;
try {
response = await covalentClient.BaseService.getAddressActivity(
Expand Down

0 comments on commit a36a100

Please sign in to comment.