Skip to content

Commit

Permalink
chore: fix comment (#3182)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcpdumppy authored Jun 5, 2024
1 parent 29ba444 commit f6b48b8
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 f6b48b8

@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 9380896543

Please sign in to comment.