diff --git a/src/components/Byline/Byline.svelte b/src/components/Byline/Byline.svelte index fa8e2558..8b67574a 100644 --- a/src/components/Byline/Byline.svelte +++ b/src/components/Byline/Byline.svelte @@ -19,7 +19,7 @@ * Update time as a datetime string. * @type {string} */ - updateTime: string; + updateTime?: string; /** * Alignment of the byline. * @type {string} @@ -130,7 +130,7 @@
Published