Skip to content

Commit

Permalink
Merge branch 'develop' into feat-377
Browse files Browse the repository at this point in the history
  • Loading branch information
devchenyan authored Jun 5, 2024
2 parents 4970c0b + f6b48b8 commit 8f33040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neuron-ui/src/states/stateProvider/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export const reducer = produce((state: Draft<State.AppWithNeuronWallet>, action:
}
case AppActions.DismissNotification: {
/**
* payload: timstamp
* payload: timestamp
*/
state.app.showTopAlert =
state.app.notifications.findIndex(message => message.timestamp === action.payload) ===
Expand Down

1 comment on commit 8f33040

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 9386623632

Please sign in to comment.