From 775492b391f4eb9aca3361e0ee75335949191d35 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 3 Dec 2021 18:39:45 +0100 Subject: [PATCH] Minor fixes. --- .github/workflows/build.yml | 2 +- frontend/src/pages/bills/index.js | 2 +- resources/views/debug.twig | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42a71a4849..744a8a3cbd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,4 +18,4 @@ jobs: uses: SonarSource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/frontend/src/pages/bills/index.js b/frontend/src/pages/bills/index.js index 3820fb4c19..ac0d62a9e7 100644 --- a/frontend/src/pages/bills/index.js +++ b/frontend/src/pages/bills/index.js @@ -57,7 +57,7 @@ const app = new Vue({ }, }); -new Vue({ +const calendar = new Vue({ i18n, store, el: "#calendar", diff --git a/resources/views/debug.twig b/resources/views/debug.twig index 81dde52257..3907218ced 100644 --- a/resources/views/debug.twig +++ b/resources/views/debug.twig @@ -24,7 +24,6 @@ Debug information generated at {{ now }} for Firefly III version **{{ FF_VERSION | --- | --- | | Installation ID | {{ installationId }} | | Using docker? | {% if isDocker %}true{% else %}false{% endif %} | -| Telemetry | {% if telemetry %}true{% else%}false{% endif%} | | Layout | {{ layout }} | | System TZ | {{ tz }} | | Browser TZ | [BrowserTZ] |