Skip to content

Commit

Permalink
feat: archived label tooltip correct format
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Oct 31, 2024
1 parent 51656b7 commit fd8929b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Badge } from '../../../Badge/Badge';
import { HtmlTooltip } from '../../../HtmlTooltip/HtmlTooltip';
import { ConditionallyRender } from 'component/common/ConditionallyRender/ConditionallyRender';
import { useFeature } from 'hooks/api/getters/useFeature/useFeature';
import { useLocationSettings } from '../../../../../hooks/useLocationSettings';
import { useLocationSettings } from 'hooks/useLocationSettings';
import { getLocalizedDateString } from '../../../util';

interface IFeatureNameCellProps {
Expand Down

0 comments on commit fd8929b

Please sign in to comment.