Skip to content

Commit

Permalink
fix: 🐛 convert a string into a number
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoscurati committed Jun 7, 2024
1 parent 2da54a3 commit 843a2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const BADGE_COLOR_APPROVAL = '#0376C9';
// eslint-disable-next-line @metamask/design-tokens/color-no-hex
const BADGE_COLOR_NOTIFICATION = '#D73847';
const BADGE_LABEL_APPROVAL = '\u22EF'; // unicode ellipsis
const BADGE_MAX_NOTIFICATION_COUNT = '9';
const BADGE_MAX_NOTIFICATION_COUNT = 9;

// Setup global hook for improved Sentry state snapshots during initialization
const inTest = process.env.IN_TEST;
Expand Down

0 comments on commit 843a2d5

Please sign in to comment.