diff --git a/src/components/Byline/Byline.svelte b/src/components/Byline/Byline.svelte index 4d932679..1f5950c3 100644 --- a/src/components/Byline/Byline.svelte +++ b/src/components/Byline/Byline.svelte @@ -18,7 +18,7 @@ /** * Update time as a datetime string. */ - updateTime: string; + updateTime?: string; /** * Alignment of the byline. */ @@ -128,7 +128,7 @@
Published