Skip to content

Commit

Permalink
fix: remove unwanted filter by type
Browse files Browse the repository at this point in the history
  • Loading branch information
samwel141 committed May 6, 2024
1 parent 16b734b commit ccae3b3
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/store/TrustRelationshipsContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,26 +161,11 @@ const TrustRelationshipsProvider = ({ children }) => {
value: 'send',
color: 'black',
},
{
label: 'Receive',
value: 'receive',
color: 'black'
},
{
label: 'Deduct',
value: 'deduct',
color: 'black',
},
{
label: 'Release',
value: 'release',
color: 'black',
},
{
label: 'Yield',
value: 'yield',
color: 'black',
},
}
];

// error
Expand Down

0 comments on commit ccae3b3

Please sign in to comment.