Skip to content

Commit

Permalink
fix: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
DasProffi committed Aug 30, 2024
1 parent e653890 commit 3436cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/components/SubtaskTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ToggleableInput } from '@helpwave/common/components/user-input/Toggleab
import { Checkbox } from '@helpwave/common/components/user-input/Checkbox'
import { Button } from '@helpwave/common/components/Button'
import { noop } from '@helpwave/common/util/noop'
import type { SubTaskDTO } from '@/mutations/task_mutations'
import type { SubTaskDTO } from '@/mutations/types/task'

type SubtaskTileTranslation = {
subtasks: string,
Expand Down

0 comments on commit 3436cee

Please sign in to comment.