fix: resolve TypeScript errors in migrated components
This commit is contained in:
@@ -48,7 +48,7 @@ function getInitials(name: string): string {
|
||||
* - Assignee avatar (if assigned)
|
||||
* - Due date (if set)
|
||||
*/
|
||||
export function TaskCard({ task }: TaskCardProps): JSX.Element {
|
||||
export function TaskCard({ task }: TaskCardProps): React.ReactElement {
|
||||
const {
|
||||
attributes,
|
||||
listeners,
|
||||
|
||||
Reference in New Issue
Block a user