Skip to content

Commit

Permalink
failed error issue fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
SrikanthSoparla committed Nov 7, 2023
1 parent efe84bd commit 83592bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/reducers/snackbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { MESSAGE_SHOW, SNACKBAR_HIDE } from '../constants/snackbar';
import {
BALANCE_FETCH_ERROR,
DELEGATIONS_FETCH_ERROR,
REWARDS_FETCH_ERROR,
UN_BONDING_DELEGATIONS_FETCH_ERROR,
} from '../constants/accounts';

Expand All @@ -15,7 +14,6 @@ const snackbar = (state = {
case DELEGATIONS_FETCH_ERROR:
case BALANCE_FETCH_ERROR:
case UN_BONDING_DELEGATIONS_FETCH_ERROR:
case REWARDS_FETCH_ERROR:
return {
open: true,
message: action.message,
Expand Down

0 comments on commit 83592bd

Please sign in to comment.