Skip to content

Commit

Permalink
HOTFIX fix number format
Browse files Browse the repository at this point in the history
  • Loading branch information
nomerdvadcatpyat authored and pahaz committed Nov 25, 2021
1 parent 55c30ca commit bd2064a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/condo/domains/common/components/Table/Renders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const DEFAULT_CURRENCY_CODE = 'RUB'
const ELLIPSIS_SETTINGS = { rows: ELLIPSIS_ROWS, expandable: false }
const ELLIPSIS_STYLES = { marginBottom: 0 }
const DATE_FORMAT = 'DD.MM.YYYY'
const TIME_FORMAT = 'hh:mm'
const TIME_FORMAT = 'HH:mm'

/**
* Marks text according to marked flag
Expand Down

0 comments on commit bd2064a

Please sign in to comment.