Skip to content

Commit 9c82082

Browse files
committed
Fix eslint formatting
1 parent acc3bb3 commit 9c82082

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/CCIP/TutorialBlockchainSelector/TutorialBlockchainSelector.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ export const TutorialBlockchainSelector = () => {
3232
const currentState = laneStore.get()
3333
const bothChainsSelected = Boolean(
3434
currentState.sourceChain &&
35-
currentState.destinationChain &&
36-
currentState.sourceNetwork &&
37-
currentState.destinationNetwork
35+
currentState.destinationChain &&
36+
currentState.sourceNetwork &&
37+
currentState.destinationNetwork
3838
)
3939
updateStepProgress("setup", "blockchains-selected", bothChainsSelected)
4040
}

0 commit comments

Comments
 (0)