Skip to content

Commit

Permalink
chore(4212): fix typo cont'
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Nov 12, 2024
1 parent 294c261 commit 608c3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/layouts/SideTasks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { getAssignedTasks } from '@/services/backend/tasks';
import { formatDate } from '@/utils/date';

const taskTypeLabels = {
[TaskType.SIGN_PUBLIC_CLOUD_MOU]: 'Sign Private Cloud MOU',
[TaskType.SIGN_PUBLIC_CLOUD_MOU]: 'Sign Public Cloud MOU',
[TaskType.REVIEW_PUBLIC_CLOUD_MOU]: 'Review Public Cloud MOU',
};

Expand Down

0 comments on commit 608c3d8

Please sign in to comment.