Skip to content

Commit

Permalink
feat: adjust memo generation util
Browse files Browse the repository at this point in the history
  • Loading branch information
antoni0dev committed Jan 15, 2025
1 parent 17f6832 commit d3be7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/vault/deposit/utils/memoGenerator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const generateMemo = ({
return customMemo;
}

const action = selectedChainAction?.toUpperCase() || '';
const action = selectedChainAction || '';

switch (selectedChainAction) {
case 'stake':
Expand Down

0 comments on commit d3be7a7

Please sign in to comment.