Skip to content

Commit

Permalink
Reduce some notification durations
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 committed Nov 19, 2017
1 parent 5662193 commit eae43b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/Blockchain/TransactionConfirm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class TransactionConfirm extends React.Component {
</div>
),
level: "success",
autoDismiss: 5
autoDismiss: 3
});
}

Expand Down
2 changes: 1 addition & 1 deletion app/components/Layout/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class Header extends React.Component {
notify.addNotification({
message: counterpart.translate("header.account_notify", {account: account_name}),
level: "success",
autoDismiss: 3
autoDismiss: 2
});
}
// this.onClickUser(account_name, e);
Expand Down

0 comments on commit eae43b8

Please sign in to comment.