Skip to content

Commit

Permalink
chore: set nano contract modal to false
Browse files Browse the repository at this point in the history
  • Loading branch information
alexruzenhack committed Jun 13, 2024
1 parent 286ed1a commit 8952d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducers/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ const initialState = {
* }}
*/
newNanoContractTransactionModal: {
show: true,
show: false,
data: null,
},
connectionFailed: false,
Expand Down

0 comments on commit 8952d16

Please sign in to comment.