Skip to content

Commit

Permalink
10466: remove more useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
akuny committed Oct 15, 2024
1 parent 55ad40a commit 77c4cf6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web-client/src/presenter/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ import { trialSessionsSummaryHelper } from './computeds/trialSessionsSummaryHelp
import { updateCaseModalHelper } from './computeds/updateCaseModalHelper';
import { userContactEditHelper } from './computeds/userContactEditHelper';
import { userContactEditProgressHelper } from './computeds/userContactEditProgressHelper';
import { validateEmailFormHelper } from '@web-client/presenter/computeds/validateEmailFormHelper';
import { viewCounselHelper } from './computeds/viewCounselHelper';
import { workQueueHelper } from './computeds/workQueueHelper';

Expand Down Expand Up @@ -561,9 +560,6 @@ export const computeds = {
userContactEditProgressHelper as unknown as ReturnType<
typeof userContactEditProgressHelper
>,
validateEmailFormHelper: validateEmailFormHelper as unknown as ReturnType<
typeof validateEmailFormHelper
>,
viewCounselHelper: viewCounselHelper as unknown as ReturnType<
typeof viewCounselHelper
>,
Expand Down

0 comments on commit 77c4cf6

Please sign in to comment.