diff --git a/src/components/Datetime.tsx b/src/components/Datetime.tsx index 4e28419..372b3ed 100644 --- a/src/components/Datetime.tsx +++ b/src/components/Datetime.tsx @@ -14,10 +14,12 @@ export default function Datetime({ pubDatetime, modDatetime, size = "sm", - className, + className = "", }: Props) { return ( -