diff --git a/plugins/tracker-resources/src/components/issues/IssuesHeader.svelte b/plugins/tracker-resources/src/components/issues/IssuesHeader.svelte index 9656712276..a35ac61bfa 100644 --- a/plugins/tracker-resources/src/components/issues/IssuesHeader.svelte +++ b/plugins/tracker-resources/src/components/issues/IssuesHeader.svelte @@ -1,4 +1,5 @@ - + diff --git a/plugins/tracker-resources/src/components/templates/IssueTemplates.svelte b/plugins/tracker-resources/src/components/templates/IssueTemplates.svelte index f2b68b3554..25c202190a 100644 --- a/plugins/tracker-resources/src/components/templates/IssueTemplates.svelte +++ b/plugins/tracker-resources/src/components/templates/IssueTemplates.svelte @@ -23,4 +23,4 @@ const query: DocumentQuery = { space: currentSpace } - + diff --git a/plugins/tracker-resources/src/components/templates/IssueTemplatesView.svelte b/plugins/tracker-resources/src/components/templates/IssueTemplatesView.svelte index 35bc9d35fc..eebb648f3d 100644 --- a/plugins/tracker-resources/src/components/templates/IssueTemplatesView.svelte +++ b/plugins/tracker-resources/src/components/templates/IssueTemplatesView.svelte @@ -1,5 +1,5 @@ - + diff --git a/plugins/view-resources/src/components/filter/FilterButton.svelte b/plugins/view-resources/src/components/filter/FilterButton.svelte index 70e3fda1b4..5b1e0bd9a6 100644 --- a/plugins/view-resources/src/components/filter/FilterButton.svelte +++ b/plugins/view-resources/src/components/filter/FilterButton.svelte @@ -13,7 +13,7 @@ // limitations under the License. -->