Fix typo
[MAILPOET-5755]
This commit is contained in:
committed by
Ján Mikláš
parent
6155053f91
commit
fe5010110b
@ -1,12 +1,12 @@
|
||||
import { MailPoet } from 'mailpoet';
|
||||
import {
|
||||
TasksListDataRow,
|
||||
Props as TasksListLabelsRowProps,
|
||||
Props as TasksListDataRowProps,
|
||||
} from './tasks-list-data-row';
|
||||
import { TasksListLabelsRow } from './tasks-list-labels-row';
|
||||
|
||||
type Props = {
|
||||
tasks: TasksListLabelsRowProps['task'][];
|
||||
tasks: TasksListDataRowProps['task'][];
|
||||
type: string;
|
||||
};
|
||||
function TasksList({ tasks, type }: Props): JSX.Element {
|
||||
|
Reference in New Issue
Block a user