Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
#2454 fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
siemiatj committed Dec 3, 2019
1 parent ded6d02 commit afadba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table/TableCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import {
DATE_FIELD_TYPES,
TIME_FIELD_TYPES,
DATE_FIELD_FORMATS,
TIME_REGEX_TEST,
TIME_FORMAT,
} from '../../constants/Constants';
import WidgetTooltip from '../widget/WidgetTooltip';
import { TIME_REGEX_TEST } from '../../utils/documentListHelper';

class TableCell extends PureComponent {
static getAmountFormatByPrecision = precision =>
Expand Down

0 comments on commit afadba9

Please sign in to comment.