Skip to content

Commit 73e18db

Browse files
committed
fix(Schedule): 不要なpropsを削除
1 parent 1aab41f commit 73e18db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

2025/src/components/Schedule/TimeTable.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { Clock, User } from "@lucide/astro";
44
import { getScheduleCardStyle, formatTime } from "./index.ts";
55
66
type Props = {
7-
class?: string;
87
start_at: Date;
98
end_at: Date;
109
title: string;

0 commit comments

Comments
 (0)