Skip to content

Commit

Permalink
Merge pull request #1310 from Chia-Network/transfers-tweak
Browse files Browse the repository at this point in the history
feat: removed hacked in refresh because backend fixed
  • Loading branch information
TheLastCicada authored Aug 15, 2024
2 parents 9d0fabf + d6b4bb7 commit 0889c4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderer/components/blocks/layout/TransferManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ const TransferManager: React.FC<TransferManagerProps> = ({

const handleRejectOffer = useCallback(async () => {
await triggerRejectOfferFile();
// required until cadt /offer/accept is fixed to not return 400 when no offer present. forces store refresh
window.location.reload();
}, [triggerRejectOfferFile]);

if (isLoading) {
Expand Down

0 comments on commit 0889c4b

Please sign in to comment.