Skip to content

Commit

Permalink
Remove unused Label
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-drozd-it committed Jul 4, 2024
1 parent c8b6c0b commit b94ed07
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/translated/translatedComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -783,11 +783,6 @@ export const countdownTimerStopLabel = (): string => intl.formatMessage({
defaultMessage: 'Stop'
});

export const countdownTimerPauseLabel = (): string => intl.formatMessage({
id: 'countdownTimer.pause',
defaultMessage: 'Pause'
});

export const countdownTimerEnableLabel = (): string => intl.formatMessage({
id: 'countdownTimer.enable',
defaultMessage: 'Enable'
Expand Down

0 comments on commit b94ed07

Please sign in to comment.