Skip to content

Commit a15cbb1

Browse files
refactor: remove unused bridgeStatusState variable
1 parent 59321cb commit a15cbb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/bridge-status-controller/src/bridge-status-controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ export default class BridgeStatusController extends StaticIntervalPollingControl
167167
initialDestAssetBalance,
168168
targetContractAddress,
169169
} = startPollingForBridgeTxStatusArgs;
170-
const { bridgeStatusState } = this.state;
171170
const { address: account } = this.#getSelectedAccount();
172171

173172
// Write all non-status fields to state so we can reference the quote in Activity list without the Bridge API

0 commit comments

Comments
 (0)