Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mythilytm committed Aug 23, 2024
1 parent f15ee3d commit 0d02286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-hrm-form/src/components/teamsView/AgentColumn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import React from 'react';
import { WorkersDataTable, ColumnDefinition } from '@twilio/flex-ui';
import Tooltip from '@material-ui/core/Tooltip';

import { getAseloFeatureFlags } from '../../hrmConfig';
import { AgentFullName, StyledChip } from './styles';
import { getAseloFeatureFlags } from 'hrmConfig';

const MAX_NAME_LENGTH = 18;

Expand Down
2 changes: 1 addition & 1 deletion plugin-hrm-form/src/components/teamsView/StatusColumn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ import React, { useState, useEffect } from 'react';
import { WorkersDataTable, ColumnDefinition } from '@twilio/flex-ui';
import Tooltip from '@material-ui/core/Tooltip';

import { getAseloFeatureFlags } from '../../hrmConfig';
import { sortStatusColumn } from './teamsViewSorting';
import { FontOpenSans, TagMiddleDot } from '../../styles';
import { StatusActivityName } from './styles';
import { getAseloFeatureFlags } from 'hrmConfig';

const MAX_STATUS_LENGTH = 12;

Expand Down

0 comments on commit 0d02286

Please sign in to comment.