Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Jul 2, 2024
1 parent 16e399f commit 68f81e7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@ const ACTION_MODES = {
export const getActionTitle = (t, actionMode) => {
switch (actionMode) {
case ACTION_MODES.ADD:
return t('addAccount');
///: BEGIN:ONLY_INCLUDE_IF(build-flask)
case ACTION_MODES.ADD_BITCOIN:
return t('addAccount');
///: END:ONLY_INCLUDE_IF
case ACTION_MODES.MENU:
return t('addAccount');
Expand Down

0 comments on commit 68f81e7

Please sign in to comment.