diff --git a/package.json b/package.json index ada8fc9..d5278b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.67.0", + "version": "1.67.1", "description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view", "main": "index.js", "scripts": { diff --git a/src/components/WeeklyView.tsx b/src/components/WeeklyView.tsx index c5cede9..25b1666 100644 --- a/src/components/WeeklyView.tsx +++ b/src/components/WeeklyView.tsx @@ -83,6 +83,8 @@ import { FileText, } from "lucide-react"; +const stripHtml = (html: string) => html.replace(/<[^>]*>/g, '').trim(); + // Types import UserMenu from "./UserMenu"; import SearchModal from "./SearchModal"; @@ -7799,7 +7801,7 @@ export default function WeeklyView() { {(event.isRecurring || event.description || profile.showCalendarProviderIcon) && (