diff --git a/ts/graphs/Graph.svelte b/ts/graphs/Graph.svelte index 4a86c39fc..530376c0f 100644 --- a/ts/graphs/Graph.svelte +++ b/ts/graphs/Graph.svelte @@ -9,8 +9,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html export let subtitle: string | null = null; - -
+ +
{#if subtitle}
{subtitle}
{/if} diff --git a/ts/graphs/GraphsPage.svelte b/ts/graphs/GraphsPage.svelte index 55f02a3f3..dad643365 100644 --- a/ts/graphs/GraphsPage.svelte +++ b/ts/graphs/GraphsPage.svelte @@ -56,9 +56,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html